Numeric Intrinsic Functions¶
- abs(x): Absolute Value
- aimag(x): Imaginary Part
- aint(x, [kind]): Truncate to a Whole Number
- anint(x, [kind]): Round to Nearest Whole Number
- ceiling(x): Integer Ceiling
- cmplx(x [, [, kind]]): Convert to Complex
- conjg(x): Complex Conjugate
- digits(x): Significant Binary Digits
- dim(x, y): Positive Difference or 0
- epsilon(x): Epsilon
- erf(x): Error
- erfc(x): Complementary Error
- exp(x): Exponential
- floor(x, kind): Integer Floor
- gamma(x): Gamma
- mod(x, y): Modulus