Function - IEEEREMAINDER
SYNTAX |
IeeeRemainder( ARRAY array, ARRAY array) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
For each element in the array, calculate the remainder resulting from the division of the element value by the specified number |
ADDITIONAL INFO |
|
EXAMPLE |
IeeeRemainder(1, 1) |
| |