Interpolator

Companion:
class
Source:
Interpolator.scala
class Object
trait Matchable
class Any

Type members

Classlikes

Invariant functor instance for Interpolator

Invariant functor instance for Interpolator

Source:
Interpolator.scala

Value members

Concrete methods

def kahanSum(total: Double, x: Double, error: Double): (Double, Double)

Perform Kahan summation given the total so far, the value to add to the total, and the error term (which starts at 0.0). Returns the updated total and the new error term.

Perform Kahan summation given the total so far, the value to add to the total, and the error term (which starts at 0.0). Returns the updated total and the new error term.

Kahan's algorithm is a way to sum floating point numbers that reduces error compared to straightforward addition.

Source:
Interpolator.scala

Implicits

Implicits

Interpolator instance for Angle

Interpolator instance for Angle

Source:
Interpolator.scala
implicit val doubleInterpolator: Interpolator[Double]

Interpolator instance for Double

Interpolator instance for Double

Source:
Interpolator.scala