The windows application for analysing math graphics.
MathAnalyser represents a program which is able to analyse math functions.
Mathematical symbol or name of function | Keyword (or symbol) | Description | |||||
---|---|---|---|---|---|---|---|
\ | x\ | abs(x) | The absolute value of x | √x | sqrt(x) | The square root of x | |
sign x | sign(x) | The function “signum” of x. Returns 1 if x greatest or equal 1 Returns 0 if x equal 0 Returns -1 if x less or equal -1 | |||||
loga x | log(a;x) | Returns the logarithm of x, which has base number a | |||||
ln x | ln(x) | Returns the natural logarithm, which has base number e | |||||
lg x | lg(x) | Returns the logarithm, which has base number 10 | |||||
xy | x^y | Returns the x powered by y | |||||
n√x | x^(1/n) | The nth root of x |