Mathematical Function Table and Graph (Formula Version)

Input formula


Samples of inputs

  1. Floor function: floor(x) on [-10, 10]
  2. Sigmoid function: 1/(1+exp(-x)) on [-5, 5]
  3. (x-3)*(x+3)*(x-1)*(x+1)*(x-5)*(x+5)*(x-6) on [-5.5, 6.5], 128-bit calculation
  4. sin(x) on [0, 10], 128-bit calculation
  5. sqrt(x) on [0, 10], 256-bit

<- Back to Menu

Copyright (c) Tomonori Kouya