The numeric :: functions module

The numeric :: functions module extends the set of Avisynth numeric functions with new members (inverse and hyperbolic trigonometric functions, base-n exponentials and logarithms, etc.).

Required modules

numeric :: core

Functions

NameDescription

ArcCos()

Returns the inverse cosine of its argument...

ArcCosh()

Returns the inverse hyperbolic cosine of its argument...

ArcCot()

Returns the inverse cotangent of its argument...

ArcCoth()

Returns the inverse hyperbolic cotangent of its argument...

ArcSin()

Returns the inverse sine of its argument...

ArcSinh()

Returns the inverse hyperbolic sine of its argument...

ArcTan()

Returns the inverse tangent of its argument...

ArcTanh()

Returns the inverse hyperbolic tangent of its argument...

Cosh()

Returns the hyperbolic cosine of its argument...

Cot()

Returns the cotangent of its argument...

Coth()

Returns the hyperbolic cotangent of its argument...

Exp10()

Returns the base-10 exponent of x (ie 10x)...

ExpBs()

Returns the base-base exponent of x (ie (base)x)...

Log10()

Returns the base-10 logarithm of x (ie Log10(x))...

LogBs()

Returns the base-base logarithm of x (ie logbase(x))...

Sinh()

Returns the hyperbolic sine of its argument...

Tan()

Returns the tangent of its argument...

Tanh()

Returns the hyperbolic tangent of its argument...

Constants

None

Variables

None