about summary refs log tree commit diff
path: root/src/libcore/float.rs
AgeCommit message (Collapse)AuthorLines
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+81
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-15/+2
2012-01-05Merge branch 'master' into kmathStefan Plantikow-2/+21
2011-12-31core: added support for bessel functionsStefan Plantikow-2/+3
2011-12-31core: killed all math wrappersStefan Plantikow-515/+3
2011-12-31Trying to remove wrappers from floatStefan Plantikow-4/+46
2011-12-31added useful constants to mathStefan Plantikow-0/+30
2011-12-22Remove trivial cast checkerMarijn Haverbeke-27/+27
I consider the added complexity not justified at this point, and it interacts badly with the patches for issue #828. Feel free to discuss.
2011-12-16Make 1.f parse as a field access on the integer 1Marijn Haverbeke-2/+2
A dot is only considered part of a number when not followed by a letter Closes #1306
2011-12-14Moved std::math to std::coreStefan Plantikow-0/+387
- merges math and float into core::float - Splits core::ctypes into core::ctypes and core::mtypes - cmath is not exported - stdtest::math passes
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+343