27 #ifndef LATTICES_LELFUNCTIONENUMS_H
28 #define LATTICES_LELFUNCTIONENUMS_H
fmod; fmod(x,y) returns the remainder of x with respect to y; that is, the result r is one of the num...
atan2; atan2(y,x) computes an arc tangent of y/x in the range -pi to pi
Each LEL function is described in this enum.
atan; atan(x) returns the arc tangent of x in the range -pi/2 to pi/2.
max; max(x) (is a scalar)
a bool array telling which indices of an axis are to be used
conj (ugate complex number)
mean; mean(x) (is a scalar)
fractile; fractile(x,fraction) (is a scalar)
power pow(x,y) == x**y or x^y
min; min(x) (is a scalar)
iif (similar to ?: in C++)
phase (of complex number)
ceil; returns the least integral value greater than or equal to x.
complex (form complex from 2 reals)
imag (inary part of complex number)
nelements; nelements(x) (is a scalar)
fractilerange; fractilerange(x,fraction1[,fraction2]) (is a scalar)
median; median(x) (is a scalar)
sign (-1 if <0; 0 if 0; 1 if >0)
floor; returns the greatest integral value less than or equal to x.
sum; sum(x) (is a scalar)