abstract fun fraction(length: IntRange = 1..9, scale: Int = 9, builder: FractionParserBuilder.() -> Unit = {}): Unit
Parse the fractional part of a number.
length - the number of digits in the fraction
scale - the number of digits to normalize the fraction to -- by default 9, indicating nanoseconds