Doc: ISO status added
This commit is contained in:
parent
61ead4a2e9
commit
f9436a7faa
@ -3726,7 +3726,7 @@ Integer quotient.
|
|||||||
@item @var{X} mod @var{Y} [ISO]
|
@item @var{X} mod @var{Y} [ISO]
|
||||||
Integer remainder.
|
Integer remainder.
|
||||||
|
|
||||||
@item @var{X} rem @var{Y}
|
@item @var{X} rem @var{Y} [ISO]
|
||||||
Integer remainder, the same as @code{mod}.
|
Integer remainder, the same as @code{mod}.
|
||||||
|
|
||||||
@item exp(@var{X}) [ISO]
|
@item exp(@var{X}) [ISO]
|
||||||
@ -3839,7 +3839,7 @@ evaluates to 0, and -1 if it evaluates to a negative integer. If @var{X}
|
|||||||
evaluates to a floating-point number return 1.0 for a positive @var{X},
|
evaluates to a floating-point number return 1.0 for a positive @var{X},
|
||||||
0.0 for 0.0, and -1.0 otherwise.
|
0.0 for 0.0, and -1.0 otherwise.
|
||||||
|
|
||||||
@item truncate(@var{X})
|
@item truncate(@var{X}) [ISO]
|
||||||
The float that is the integral value between @var{X} and 0 closest to
|
The float that is the integral value between @var{X} and 0 closest to
|
||||||
@var{X}.
|
@var{X}.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user