diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 23:18:51 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-04-03 23:27:39 +0200 |
commit | afbfd0e78176d47c495a29c795fbd3690fa0ded3 (patch) | |
tree | 9dd644166d5326f54de3492a4048e041c9b0ad66 /asl/base/float.hpp | |
parent | 0776012d0942537b1ddfef13cd37f8bfb125f501 (diff) |
Add numeric libraryv0.3.0
Diffstat (limited to 'asl/base/float.hpp')
-rw-r--r-- | asl/base/float.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asl/base/float.hpp b/asl/base/float.hpp index bd5e3c4..89a9f06 100644 --- a/asl/base/float.hpp +++ b/asl/base/float.hpp @@ -6,6 +6,9 @@ #include "asl/base/meta.hpp" +using float32_t = float; +using float64_t = double; + namespace asl { |