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

Library: math
See also: cfloor

Quantlet: cceil
Description: Computes ceil for a complex array

Usage: z = cceil (x)
Input:
x n x p x d1 x ... x dn complex array
Output:
z n x p x d1 x ... x dn complex array

Example:
library("math")
z = complex(1.5, -1.5)
cceil(z)

Result:
Contents of z.re
[1,]        2
Contents of z.im
[1,]       -1



Author: S. Klinke, 19970530
(C) MD*TECH Method and Data Technologies, 05.02.2006