- Added constants.h

- Finished Exponential Tests
 - Fixed HTML labeling
This commit is contained in:
2025-06-30 20:01:53 -04:00
parent f38cf5fb51
commit 516d9f4977
24 changed files with 613 additions and 44 deletions

View File

@@ -106,6 +106,7 @@ add_library(fennec STATIC
include/fennec/lang/detail/__int.h
include/fennec/lang/detail/__stdlib.h
include/fennec/math/detail/__matrix.h
include/fennec/math/ext/constants.h
)
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled