Group: Mathematical Functions
Subgroup: Common Functions
See also: ceil floor

Function: rint
Description: rint gives the next nearest integer value of the elements of an array.

Usage: z = rint (x)
Input:
x d1 x d2 x .. x dn array
Output:
z d1 x d2 x .. x dn array

Example:
x = #(0.79, 2.1) ~ #(-3.99, -6.01) 
rint (x) 

Result:
[1,]        1       -4 
[2,]        2       -6 









Group: Mathematical Functions
Subgroup: Common Functions
See also: ceil floor

© XploRe, generated on 6.3.98 7:17 .