![YDOC ML 17 Series Manual Download Page 50](http://html1.mh-extra.com/html/ydoc/ml-17-series/ml-17-series_manual_3232609050.webp)
ML-x17 DATA LOGGER MANUAL
Manufacturers of low power instruments
page 50
4.18.5 Supported mathematical functions with one
argument:
4.18.5.1
abs(x)
returns the absolute value of x
Example: abs(-10.7) returns 10.7
4.18.5.2
sqrt(x)
returns the square root of x
4.18.5.3
ln(x)
returns the natural logarithm of x
4.18.5.4
exp(x)
calculates the exponent of e to x
4.18.5.5
log(x)
returns the base 10 logarithm of x
4.18.5.6
sin(radians)
returns the sinus of radians
4.18.5.7
cos(radians)
returns the cosine of radians
4.18.5.8
tan(radians)
returns the tangent of radians
4.18.5.9
asin(x)
returns the arc sinus of x in radians
4.18.5.10
acos(x)
returns the arc cosine of x in radians
4.18.5.11
atan(x)
returns the arc tangent of x in radians