Functions Trigonometric sine function Trigonometric cosine function Trigonometric tangent function Trigonometric cotangent function Arcsine - inverse sine function Arccosine - inverse cosine function Arctangent - inverse tangent function Arccotangent - inverse cotangent function Natural logarithm - logarithm to base e Decadic logarithm - logarithm to base 10 Logarithm - logarithm the specified base Exponential function Square root function Cubic root function Gives absolute value of an argument Gives the sign of an argument: -1 if an argument is less than 0, 0 if equals to 0, 1 if more than 0 Equals function - gives 1 if two arguments are equals, otherwise 0 Lesser-or-equals function - gives 1 if two arguments are equals or the first is less than the second, otherwise 0 Greater-or-equals function - gives 1 if two arguments are equals or the first is greater than the second, otherwise 0 Not-equals function - gives 1 if two arguments are not equals, otherwise 0 Lesser function - gives 1 if the first argument is less than the second, otherwise 0 Greater function - gives 1 if the first argument is greater than the second, oherwise 0 Converts degrees into radians: d - degrees, m - minutes (default = 0), s - seconds (default = 0) Converts degrees from DMS notation to decimal notation: d - degrees, m - minutes (default = 0), s - seconds (default = 0) Converts radians into degrees Trigonometric Hyperbolic trigonometric Comparison Common My