Module monotonicity

Module monotonicity 

Source

Staticsยง

DOCUMENTATION_ACOS ๐Ÿ”’
DOCUMENTATION_ACOSH ๐Ÿ”’
DOCUMENTATION_ASIN ๐Ÿ”’
DOCUMENTATION_ASINH ๐Ÿ”’
DOCUMENTATION_ATAN ๐Ÿ”’
DOCUMENTATION_ATANH ๐Ÿ”’
DOCUMENTATION_ATANH2 ๐Ÿ”’
DOCUMENTATION_CBRT ๐Ÿ”’
DOCUMENTATION_CEIL ๐Ÿ”’
DOCUMENTATION_COS ๐Ÿ”’
DOCUMENTATION_COSH ๐Ÿ”’
DOCUMENTATION_DEGREES ๐Ÿ”’
DOCUMENTATION_EXP ๐Ÿ”’
DOCUMENTATION_FLOOR ๐Ÿ”’
DOCUMENTATION_LN ๐Ÿ”’
DOCUMENTATION_LOG2 ๐Ÿ”’
DOCUMENTATION_LOG10 ๐Ÿ”’
DOCUMENTATION_RADIANS ๐Ÿ”’
DOCUMENTATION_SIN ๐Ÿ”’
DOCUMENTATION_SINH ๐Ÿ”’
DOCUMENTATION_SQRT ๐Ÿ”’
DOCUMENTATION_TAN ๐Ÿ”’
DOCUMENTATION_TANH ๐Ÿ”’

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.