fraction method

double fraction()

Gets the fraction of a double, e.g. (1.234) => 0.234

Implementation

double fraction() => this - floorToDouble();