Skip to content

Commit 544eae6

Browse files
committed
Editorial change: adding todo item
1 parent 3aa2b84 commit 544eae6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/courses/advanced-ada/parts/data_types/numerics.rst

+21
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,27 @@ and be guaranteed that :ada:`Nil` is equal to zero.
377377
- Operations in named numbers expressions
378378

379379

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+
380401
Modular Types
381402
-------------
382403

0 commit comments

Comments
 (0)