![]() ![]() |
|
SDIVThe SDIV function performs string division of two base 10 string numbers. The result is rounded to 14 decimal places.
COMMAND SYNTAXSDIV(expr1, expr2)
SYNTAX ELEMENTSexpr1 and expr2 are strings consisting of numeric characters, with either optionally including a decimal part.
NOTESThe SDIV function can be used with numbers that may exceed a valid range with standard arithmetic operators. The PRECISION declaration has no effect on the value returned by SDIV.
EXAMPLES
Displays 0.66666666666666 to the screen.
Displays 3.14159292035398 to the screen. |