The numeric :: rounding module
The numeric :: rounding module extends the set of Avisynth numeric functions with base-n rounding functions.
Required modules
Functions
Name | Description |
---|---|
An extension to the Ceil standard Avisynth function for arbitrary (integer) base base... | |
An extension to the Floor standard Avisynth function for arbitrary (integer) base base... | |
Returns x rounded to decimals accuracy, taking care not to overflow during the intermediate cal... | |
An extension to the Int standard Avisynth function for arbitrary (integer) base base... | |
An extension to the Round standard Avisynth function for arbitrary (integer) base base... | |
Returns the closest even integer to its argument... | |
Returns the closest odd integer to its argument... |
Constants
None
Variables
None