We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numbers can be represented by their symbols, or their literal spelling:
6, six, 7.9, seven point nine
6
six
7.9
seven point nine
Do we allow mixing of symbol and literal?
13 point 9
Does this language utilise fractional parts?
ie: can 8.12 be represented as eight and twelve hundreths, or only 8 point one two?
8.12
eight and twelve hundreths
8 point one two
(Standard english disregards eight point twelve as bad form`)
eight point twelve
What about raw fractions?
seven halves, 9 over 6, eight on thirteen
seven halves
9 over 6
eight on thirteen
The text was updated successfully, but these errors were encountered:
Do we have native support for binary and other base systems?
ie: six in binary (0b110)
six in binary
The hexidecimal A6E2 (42542)
The hexidecimal A6E2
Sorry, something went wrong.
No branches or pull requests
numbers can be represented by their symbols, or their literal spelling:
6
,six
,7.9
,seven point nine
Do we allow mixing of symbol and literal?
13 point 9
Does this language utilise fractional parts?
ie: can
8.12
be represented aseight and twelve hundreths
, or only8 point one two
?(Standard english disregards
eight point twelve
as bad form`)What about raw fractions?
seven halves
,9 over 6
,eight on thirteen
The text was updated successfully, but these errors were encountered: