Next: where(a)
Up: MATC Internal Functions
Previous: r = resize(matrixn,m)
- r = sin(x)
- r = cos(x)
- r = tan(x)
- r = asin(x)
- r = acos(x)
- r = atan(x)
- r = sinh(x)
- r = cosh(x)
- r = tanh(x)
- r = exp(x)
- r = ln(x)
Natural logarithm.
- r = log(x)
Base 10 logarithm.
- r = sqrt(x)
- r = ceil(x)
Smallest integer not less than x.
- r = floor(x)
Largest integer not more than x.
- r = abs(x)
- r = pow(x,y)
Juha Ruokolainen
Fri Feb 14 15:59:30 EET 1997