![]() ![]() |
|
FMULThe FMUL function performs floating point multiplication of two numeric values.
COMMAND SYNTAXFMUL(expression1, expression2)
SYNTAX ELEMENTSBoth expression1 and expression 2 must evaluate to non-null numeric values.
NOTESIf either of the arguments evaluates to null then a run time "non-numeric" error will occur. The calculation is not subject to the PRECISION setting.
EXAMPLES
displays -7.323111 |