Update Math authored by Phillip's avatar Phillip
Operators Operators
----------- -----------
...@@ -27,7 +26,7 @@ Functions ...@@ -27,7 +26,7 @@ Functions
| cosine | cos(x) | | cosine | cos(x) |
| hyperbolic cosecant | csch(x) | | hyperbolic cosecant | csch(x) |
| euler's number raised to the power (e^x) | exp(x) | | euler's number raised to the power (e^x) | exp(x) |
| nearest lower intege | floor(x) | | nearest lower integer | floor(x) |
| logarithmus naturalis (base e | log(x) | | logarithmus naturalis (base e | log(x) |
| logarithm to base 2 | log2(x) | | logarithm to base 2 | log2(x) |
| logarithm to base 10 | log10(x) | | logarithm to base 10 | log10(x) |
... ...
......