13.07.2015 Views

E2 User's Manual Supplement: Flexible Combiner ... - icemeister.net

E2 User's Manual Supplement: Flexible Combiner ... - icemeister.net

E2 User's Manual Supplement: Flexible Combiner ... - icemeister.net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2.4.3 Logarithm FunctionsFunction Description ExamplesSQRT(value)POWER(value,power)2.4.4 Trigonometry FunctionsReturns the square root of value. Value must not benegative, or else a Bad Result error will occur.Returns value to the power of power. This is the sameas the “^” operator.SQRT(4) result: 2SQRT(77) result: 8.77SQRT(-4) result: ERRORSQRT(ABS(-4)) result: 2POWER(2,3) result: 8POWER(-7,2) result: 49LOG10(value) Returns the base-10 logarithm of value. LOG10(5) result: 0.7LOG10(1) result: 0LOG10(100) result: 2EXP(value) Returns e (2.72) raised to the power of value. EXP(1) result: 2.72EXP(0.5) result: 1.65LN(value) Returns natural logarithm of value. LN(1) result: 0LN(2.72) result: 1.0LN(7) result: 1.95Table 2-11 - Extended Logarithmic FunctionsFunction Description ExamplesDEG(value) Converts value from radians to degrees. DEG(1) result: 57.3DEG(PI) result: 180RAD(value) Converts value from degrees to radians RAD(57.3) result: 1RAD(180) result: 3.14SIN(value) Returns the sine of value. SIN(90) result: 1SIN(270) result: -1SIN(0) result: 0COS(value) Returns the cosine of value. COS(90) result: 0COS(270) result: -1COS(0) result: 1TAN(value) Returns the tangent of value. TAN(0) result: 0TAN(270) result: 1.8E+07 (very highnumber, to simulate infinity)ASIN(value)Returns the arcsine of value. Value must be constrainedto between -1 and 1, otherwise a Bad Resultmath error will occur.ASIN(0.5) result: 30ASIN(1.01) result: ERORACON(value)Returns the arccosine of value. Value must be constrainedto between -1 and 1, otherwise a Bad Resultmath error will occur.ACOS(0.5) result: 60ACOS(1.01) result: ERRORATAN(value) Returns the arctangent of value. ATAN(0.5) result: 26.6ATAN(1) result: 45SINR(value)COSR(value)Table 2-12 - Extended Trigonometry FunctionsSame as the SIN function, except value is assumed tobe radians.Same as the COS function, except value is assumed tobe radians.SINR(PI) result: 0SINR(1) result: 0.84COSR(PI) result: -1COSR(1) result: 0.542-10 • <strong>E2</strong> User’s <strong>Manual</strong> <strong>Supplement</strong>: <strong>Flexible</strong> <strong>Combiner</strong> 026-1620 Rev 0 09-15-05

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!