
EXP10
The EXP10 function returns an approximation of the value of 10 raised to the power of the argument.
The function type is numeric.
- argument-1
- Must be of class numeric.
The EXP10 function produces return values that are identical to the Language Environment callable service CEESDXPD with parm1 set to 10.0 when ARITH(COMPAT) is in effect and CEESQXPQ with parm1 set to 10.0 when ARITH(EXTEND) is in effect. The COBOL expression, (10 ** (argument-1)), is an approximation of this value.
