<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcoretest/num/flt2dec/bignum.rs, branch 1.4.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.4.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-08-08T15:15:19+00:00</updated>
<entry>
<title>Add various methods to Bignum:</title>
<updated>2015-08-08T15:15:19+00:00</updated>
<author>
<name>Robin Kruppe</name>
<email>robin.kruppe@gmail.com</email>
</author>
<published>2015-07-01T21:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ebd7f3b9a7ebc020663a13b29b1e50446b3c262'/>
<id>urn:sha1:7ebd7f3b9a7ebc020663a13b29b1e50446b3c262</id>
<content type='text'>
- Exposing digits and individual bits
- Counting the number of bits
- Add small (digit-sized) values
- Multiplication by power of 5
- Division with remainder

All are necessary for decimal to floating point conversions.
All but the most trivial ones come with tests.
</content>
</entry>
<entry>
<title>core: added core::num::flt2dec for floating-point formatting.</title>
<updated>2015-05-06T05:19:37+00:00</updated>
<author>
<name>Kang Seonghoon</name>
<email>public+git@mearie.org</email>
</author>
<published>2015-04-19T05:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c82da7a54b9efb1a0ccbe11de66c71f547bf7db9'/>
<id>urn:sha1:c82da7a54b9efb1a0ccbe11de66c71f547bf7db9</id>
<content type='text'>
This is a fork of the flt2dec portion of rust-strconv [1] with
a necessary relicensing (the original code was licensed CC0-1.0).
Each module is accompanied with large unit tests, integrated
in this commit as coretest::num::flt2dec. This module is added
in order to replace the existing core::fmt::float method.

The forked revision of rust-strconv is from 2015-04-20, with a commit ID
9adf6d3571c6764a6f240a740c823024f70dc1c7.

[1] https://github.com/lifthrasiir/rust-strconv/
</content>
</entry>
</feed>
