-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-279
EXP Calc worksheet function
This command returns the constant e raised to the specified power.
Usage
EXP(Value)
Any number as the exponent
Details
The constant e is 2.71828182845904 (the base of the natural logarithm).
Example
Returns
.
Also see
LN (on page 6-281)
LOG (on page 6-281)
FIXED Calc worksheet function
This command rounds a number to the supplied precision, formats the number in decimal format, and returns the
result as text.
Usage
FIXED(Value)
FIXED(Value, Precision)
FIXED(Value, Precision, No_commas)
Any number
The number of digits that appear to the right of the decimal point; if this argument is
omitted, a default precision of 2 is used
No_commas determines if commas separate thousands in the result; send 1 to
exclude commas in the result; send 0 or do not define No_commas to include
Details
If you specify negative Precision, Value is rounded to the left of the decimal point. You can
specify a precision up to 127 digits.
Example
=FIXED(2009.5, -1,1)
Returns 2010.
Also see
ROUND (on page 6-290)