2.0.0 • Published 7 years ago

vizabi-interpolators v2.0.0

Weekly downloads
3
License
BSD
Repository
github
Last release
7 years ago

vizabi-interpolators

Interpolation algorithms shared between vizabi and waffle-server

API:

All interpolators accept the same inputs: x1, x2, y1, y2 - boundary points, x - point of interpolation
interpolator.<linear|exp|stepBefore|stepAfter|stepMiddle>(x1, x2, y1, y2, x)

and return the interpolated value y.

Supported algorithms:

image

2.0.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago