Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Mathematical Functions
Topic: 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 array
Output:
z array

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

Result:
Contents of rint
[1,]        1       -4
[2,]        2       -6



(C) MD*TECH Method and Data Technologies, 05.02.2006