We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa2b84 commit 544eae6Copy full SHA for 544eae6
content/courses/advanced-ada/parts/data_types/numerics.rst
@@ -377,6 +377,27 @@ and be guaranteed that :ada:`Nil` is equal to zero.
377
- Operations in named numbers expressions
378
379
380
+.. ::
381
+
382
+ .. _Adv_Ada_Numeric_Types:
383
384
+ Numeric Types
385
+ -------------
386
387
+ .. todo::
388
389
+ Complete section!
390
391
+ - Recap of numeric types
392
+ - Integer types
393
+ - Floating-point types
394
+ - Fixed-point types
395
+ - Modular types
396
+ - Standard types vs. compiler-specific types
397
+ - e.g.: `Integer` vs. `Long_Long_Integer`
398
+ - Rename sections on numeric type attributes!
399
400
401
Modular Types
402
-------------
403
0 commit comments