Math Calculator
output log
usage:
-
example of typical function:
sin(2/pi) = 1 (this calculator always shows radian result)
sin(2*pi) = -2.4492935982947064e-16 (nearly zero)
-
example of non-typical function(sum, avg, min, max):
sum(1,2,3) = 6 (use , (comma))
-
example of binary operators:
1 < 0 = 1 (0 is true, 1 is false)
regarding binary operators, see following link.
this calculator's parser is muparser, C++ code was compiled by emscripten.
see detail on
muparser: Predefined Operators and Functions
top
numerical science tools