The numeric package

The numeric package contains modules that extend standard Avisynth operations on variables of numeric type (ints and floats).

Required packages

The numeric package requires modules from the following packages (see the specific modules' documentation for actual dependencies): base.

Modules

NameDescription

core

This module provides functions, constants and global variables for performing basic operations related to numeric types.

curves2d

This module provides functions, constants and global variables for calculating points' coordinates on 2D curves.

functions

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

powseries

This module extends the set of Avisynth numeric functions with power series, polynomial and factorial functions.

rounding

This module extends the set of Avisynth numeric functions with base-n rounding functions.

statistics

This module extends the set of Avisynth numeric functions with statistical functions.