[CRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 14 May 2015 19:44:50 +0000 (19:44 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 14 May 2015 19:44:50 +0000 (19:44 +0000)
commitd924c50bdf311e0cc1905a65aba123f8657975e1
treed1677211d285ba7489caad4a1d53991915306048
parent6115da1a2aa3820bc7b1db8cfe044518626ca581
[CRT]
Add simple C implementations for acosf, ceilf, floorf, fmodf and fix sqrtf

svn path=/trunk/; revision=67718
reactos/lib/sdk/crt/math/acosf.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/ceilf.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/floorf.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/fmodf.c [new file with mode: 0644]
reactos/lib/sdk/crt/math/sqrtf.c