(extrapolation interpolator start end)(extrapolation interpolator method start end)Extrapolate 1d values outside boundaries.
Possible methods:
:constant - constant values from boundaries:zero - always zero:skip - pass to interpolator:error - throw an exception:left and :right keys - return given values for left and right boundaries.Extrapolate 1d values outside boundaries. Possible methods: * `:constant` - constant values from boundaries * `:zero` - always zero * `:skip` - pass to interpolator * `:error` - throw an exception * any number - return given value * two value vector or map with `:left` and `:right` keys - return given values for left and right boundaries.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |