Mathematical functions (verry.function)#

This module provides mathematical functions.

Constant functions#

e(x, /)

Napier's constant.

ln2(x, /)

Natural logarithm of 2.

pi(x, /)

Pi.

Power, exponents, and logarithmic functions#

exp(x, /)

Exponential.

log(x, /)

Natural logarithm.

pow(x, y, /)

x raised to the power y.

sqrt(x, /)

Square root.

Trigonometric functions#

cos(x, /)

Cosine.

sin(x, /)

Sine.

tan(x, /)

Tangent.