int and float info on readme

This commit is contained in:
Aaron Manning 2021-12-18 20:45:09 +11:00 committed by aaron-jack-manning
parent 99d1f15c9d
commit 1c94d51334

View File

@ -10,6 +10,8 @@ This is very bespoke for my requirements, and only something I do/use when I am
This library includes the following custom modules:
- Int (exposure of basic integer arithmetic functions)
- Float (exposure of basic float arithmetic functions)
- List (functional list data structure)
- Queue (functional queue implemented as two lists)
- Set (functional set implemented as a red-black tree)