[CRT:MATH] Move some math functions from ucrt to crt

This commit is contained in:
Timo Kreuzer 2025-05-11 12:02:39 +03:00
parent a9ee20cb9a
commit b734e3ba63
8 changed files with 64 additions and 68 deletions

View file

@ -1,8 +1,4 @@
list(APPEND UCRT_MATH_SOURCES
math/_dclass.c
math/_dtest.c
math/_fdclass.c
math/_fdtest.c
math/matherr.cpp
)