The numeric :: rounding module

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

Required modules

numeric :: core

Functions

NameDescription

CeilBs()

An extension to the Ceil standard Avisynth function for arbitrary (integer) base base...

FloorBs()

An extension to the Floor standard Avisynth function for arbitrary (integer) base base...

FRound()

Returns x rounded to decimals accuracy, taking care not to overflow during the intermediate cal...

IntBs()

An extension to the Int standard Avisynth function for arbitrary (integer) base base...

RoundBs()

An extension to the Round standard Avisynth function for arbitrary (integer) base base...

RoundEven()

Returns the closest even integer to its argument...

RoundOdd()

Returns the closest odd integer to its argument...

Constants

None

Variables

None