Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | e2113c65d5885c2ba55f07f6f99ecce4992c253c |
---|---|
Page Name: | Numerics |
Date: | 2016-10-27 06:49:55 |
Original User: | Entomy |
Next | a66803decca378af317c93ff16b59d4ff92fbfe2 |
Content
Implements a large number of useful numeric types that were, for various reasons, not included in Standard. I agree with the exclusion, and this package seeks to supplement the Standard numerics. Some key features:
- Natural, Positive, Negative, Even, and Odd subtypes for the standard Integer of all sizes. Even and Odd are achieved with Dynamic Predicates, and require Ada 2012.
- Consistent size Integer, Modular, Fixed-Point, Decimal, and Floating-Point types; useful for heterogeneous computing.
Only arithmetic and properties are implemented here. Further math support belongs in Mathematics.