literal phrase ⇒ (literal token ⇒ whole number), literal phrase ⇒ (literal token ⇒ whole number), literal phrase ⇒ token, literal phrase ⇒ boolean
Source: /avail/Avail/Foundation/Literals
Categories: Numbers, Floating Point
Construct a double literal from the supplied integral, fractional, and exponent parts.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | integerPart | literal phrase ⇒ (literal token ⇒ whole number) | ||
2 | fractionalPart | literal phrase ⇒ (literal token ⇒ whole number) | ||
3 | exponentPart | literal phrase ⇒ token | ||
4 | isFloatPhrase | literal phrase ⇒ boolean | ||
Returns | literal phrase ⇒ number |