[UCRT:MATH] Implement math error support functions

This commit is contained in:
Timo Kreuzer 2024-10-28 18:14:55 +02:00
parent 8aab548ecd
commit b09b5584e0
3 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,4 @@
list(APPEND UCRT_MATH_SOURCES
math/matherr.cpp
)