summaryrefslogtreecommitdiff
path: root/src/classlibnative/float/floatdouble.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding1-1/+1
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-0/+36
2018-08-29Update floatdouble and floatsingle to use `floatcontrol(precise, value push)`...Tanner Gooding1-5/+10
2018-08-29Updating floatdouble and floatsingle to work around an incorrect result under...Tanner Gooding1-0/+18
2017-12-13Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathFTanner Gooding1-0/+36
2017-09-27Use FCDECL2_VI instead of FCDECL_VV (#14215)Jonghyun Park1-1/+1
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding1-26/+11
2017-06-14Fix a COMDouble::Round() issue (#12210)Han Lee1-3/+2
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding1-27/+0
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-0/+280