From afbfd0e78176d47c495a29c795fbd3690fa0ded3 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 3 Apr 2025 23:18:51 +0200 Subject: Add numeric library --- asl/base/float.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asl/base/float.hpp') 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 { -- cgit