|
Post by Admin on Mar 14, 2014 18:42:54 GMT
1. ABS: Returns the absolute value of an expression Note: Compression result is int,long, float or double. 2. ACOS: Returns the are casine of an expression. Expression whose result is type double. ACOS(Expression) 3. ASIN: Returns the are sine of an expression. 4. ATAN: Returns the are tangent of an expression. 5. CBRT: Returns the cube root of an expression. 6. CEIL: Returns the value of an expression rounded upto the nearest integer. 7. COS: Returs the trigonometric cosine of an expression. 8. COSH: Returns the hyperbolic cosine of an expression. 9. EXP: Returns the fulers number a raised to power of x. 10. FLOOR: Returns the value of an expression rounded down to the nearest integer. 11. LOG: Returns the natural algorithm (base.. e) of an expression. 12. LOG 10: Returns the base to logarithm of an expression. 13. RANDOM: Returns a p seudo 14. ROUND: Returns the value of expression rounded to an integer. 15. SIN: Returns the sine of an expression. 16. SINH: Returns the hyperbolic sine of an expression. 17. SQRT: Returns the positive square root of an expression. 18. TAN: Returns the trigonometric tangent of an angle. 19. TANH: Returns the hyper bolic tangent of an expression.
|
|