Closed rwaldron closed 6 years ago
To better understand what needs to be done here, take a look at this example from the Thermometer class:
Thermometer
And the corresponding tests:
Use the digits.fractional(value) function to get the number of fractional digits in a given value.
digits.fractional(value)
Sorry for the confusion here, I filed this from a mobile device and I fat fingered a few incorrect labels.
To better understand what needs to be done here, take a look at this example from the
Thermometer
class:And the corresponding tests:
Use the
digits.fractional(value)
function to get the number of fractional digits in a given value.