-
-
Notifications
You must be signed in to change notification settings - Fork 22
Types of numbers #4
Copy link
Copy link
Open
Labels
good for new contributorsPull requests welcome!Pull requests welcome!new exampleThis issue is about writing a new example program.This issue is about writing a new example program.
Metadata
Metadata
Assignees
Labels
good for new contributorsPull requests welcome!Pull requests welcome!new exampleThis issue is about writing a new example program.This issue is about writing a new example program.
This would be sort of a followup to common types that goes more in depth on numbers.
Integer,Int8,Int16,Int32,Int64Natural,Word8,Word16,Word32,Word64IntandWordare hardware-specific type aliases (e.g.Intis probablyInt32orInt64on a 32-bit or 64-bit processor)Float,DoubleIntegerfor whole numbers areDoublefor fractions.Complex,Ratio,RationalIf there are too many things to show, this topic might span multiple examples.