home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / orinf / feb96 / feuef107.gif < prev    next >
Graphics Interchange Format  |  1996-06-06  |  96KB  |  469x509  |  8-bit (126 colors)
Labels: text | screenshot | font | number | document | parallel
OCR: Name Description ABS Returns the absolute value of the number. CEIL Returns the smallest integer greater than or equal to the specified number. COS Returns the trigonometric cosine of the specified angle. COSH Returns the hyperbolic cosine of the specified number. EXP (n) Returns e raised to the nth power, where e = 2.71828183 ... FLOOR Returns the largest integer equal to or less than the specified number. LN (a) Returns the natural logarithm of a. LOG (a, b) Returns the logarithm, base a, of b. MOD (a, b) Returns the remainder of a divided by b. POWER (a, b) Returns a raised to the bth power. ROUND (a, [b]) Returns a rounded to b decimal places. SIGN (a) Returns 1 if a is positive, O if a is 0 and -1 is a is less than 0. SIN Returns the trigonometric sine of the specified angle. SINH Returns the hyperbolic sine of the specified number. SORT Returns the square root of the number. TAN Returns the trigonometric tangent. TANH Returns the hyperbolic tangent of the specified number. TRUNC (a, [b]) Returns a truncated to b decimal places.