Doubles extension

Provides functions for working with doubles.

on

Methods

approximately(double other, double epsilon) bool

Available on double, provided by the Doubles extension

Returns true if this and other are within the epsilon of each other.