]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10542 : huonw/rust/open01, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 19 Nov 2013 08:26:27 +0000 (00:26 -0800)
committerbors <bors@rust-lang.org>
Tue, 19 Nov 2013 08:26:27 +0000 (00:26 -0800)
Provide `Closed01` and `Open01` that generate directly from the
closed/open intervals from 0 to 1, in contrast to the plain impls for
f32 and f64 which generate the half-open [0,1).

Fixes #7755.


Trivial merge