mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[CRT:MATH] Implement _finite, _finitef
This commit is contained in:
parent
50028685dc
commit
e01231bd49
5 changed files with 41 additions and 17 deletions
|
@ -5,6 +5,8 @@ list(APPEND LIBCNTPR_MATH_SOURCE
|
|||
math/_chgsignf.c
|
||||
math/_dsign.c
|
||||
math/_fdsign.c
|
||||
math/_finite.c
|
||||
math/_finitef.c
|
||||
math/_invoke_matherr.c
|
||||
math/abs.c
|
||||
math/div.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue