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
Functions
Name | Description |
---|---|
Returns the inverse cosine of its argument... | |
Returns the inverse hyperbolic cosine of its argument... | |
Returns the inverse cotangent of its argument... | |
Returns the inverse hyperbolic cotangent of its argument... | |
Returns the inverse sine of its argument... | |
Returns the inverse hyperbolic sine of its argument... | |
Returns the inverse tangent of its argument... | |
Returns the inverse hyperbolic tangent of its argument... | |
Returns the hyperbolic cosine of its argument... | |
Returns the cotangent of its argument... | |
Returns the hyperbolic cotangent of its argument... | |
Returns the base-10 exponent of x (ie 10x)... | |
Returns the base-base exponent of x (ie (base)x)... | |
Returns the base-10 logarithm of x (ie Log10(x))... | |
Returns the base-base logarithm of x (ie logbase(x))... | |
Returns the hyperbolic sine of its argument... | |
Returns the tangent of its argument... | |
Returns the hyperbolic tangent of its argument... |
Constants
None
Variables
None