Available on crate feature
math_expressions
only.Functions§
- acos_
order - Non-increasing on the interval [−1, 1], undefined otherwise.
- acosh_
order - Non-decreasing for x ≥ 1, undefined otherwise.
- asin_
order - Non-decreasing on the interval [−1, 1], undefined otherwise.
- asinh_
order - Non-decreasing for all real numbers.
- atan2_
order - Order depends on the quadrant.
- atan_
order - Non-decreasing for all real numbers.
- atanh_
order - Non-decreasing on the interval [−1, 1], undefined otherwise.
- cbrt_
order - Non-decreasing for all real numbers.
- ceil_
order - Non-decreasing for all real numbers.
- cos_
order - Non-increasing on [0, π] and then non-decreasing on [π, 2π]. This pattern repeats periodically with a period of 2π.
- cosh_
order - Non-decreasing for x ≥ 0 and symmetrically non-increasing for x ≤ 0.
- degrees_
order - Non-decreasing function that converts radians to degrees.
- exp_
order - Non-decreasing for all real numbers.
- floor_
order - Non-decreasing for all real numbers.
- get_
acos_ doc - get_
acosh_ doc - get_
asin_ doc - get_
asinh_ doc - get_
atan2_ doc - get_
atan_ doc - get_
atanh_ doc - get_
cbrt_ doc - get_
ceil_ doc - get_
cos_ doc - get_
cosh_ doc - get_
degrees_ doc - get_
exp_ doc - get_
floor_ doc - get_
ln_ doc - get_
log2_ doc - get_
log10_ doc - get_
radians_ doc - get_
sin_ doc - get_
sinh_ doc - get_
sqrt_ doc - get_
tan_ doc - get_
tanh_ doc - ln_
order - Non-decreasing for x ≥ 0, undefined otherwise.
- log2_
order - Non-decreasing for x ≥ 0, undefined otherwise.
- log10_
order - Non-decreasing for x ≥ 0, undefined otherwise.
- radians_
order - Non-decreasing for all real numbers x.
- sin_
order - Non-decreasing on [0, π] and then non-increasing on [π, 2π]. This pattern repeats periodically with a period of 2π.
- sinh_
order - Non-decreasing for all real numbers.
- sqrt_
order - Non-decreasing for x ≥ 0, undefined otherwise.
- tan_
order - Non-decreasing between vertical asymptotes at x = k * π ± π / 2 for any integer k.
- tanh_
order - Non-decreasing for all real numbers.