Name:
RN
constant representing rounding-to-nearest mode.
Library names:
sollya_obj_t sollya_lib_round_to_nearest()
int sollya_lib_is_round_to_nearest(sollya_obj_t)
Description:
RN
is used in command
round
to specify that the value must be rounded to the nearest representable floating-point number.
Example 1:
> display=binary!;
> round(Pi,20,RN);
1.100100100001111111_2 * 2^(1)
See also:
RD
,
RU
,
RZ
,
round
,
nearestint
Go back to the list of commands