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
This would be sort of a followup to common types that goes more in depth on numbers.
Integer
Int8
Int16
Int32
Int64
Natural
Word8
Word16
Word32
Word64
Int
Word
Float
Double
Complex
Ratio
Rational
If there are too many things to show, this topic might span multiple examples.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would be sort of a followup to common types that goes more in depth on numbers.
Integer
,Int8
,Int16
,Int32
,Int64
Natural
,Word8
,Word16
,Word32
,Word64
Int
andWord
are hardware-specific type aliases (e.g.Int
is probablyInt32
orInt64
on a 32-bit or 64-bit processor)Float
,Double
Integer
for whole numbers areDouble
for fractions.Complex
,Ratio
,Rational
If there are too many things to show, this topic might span multiple examples.
The text was updated successfully, but these errors were encountered: