]> git.lizzy.rs Git - rust.git/commit
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)
commitc4e28ae06842c2066fadb70a1a4f3dc3f1e26e3c
tree0576e46722adeaa0ab3e8069444e29d8272a15eb
parentf4c22f75d46e94985d2fe45c896bde65e991b13d
parente6fb622af103a0d642a9b54c78c9183aec5c0d8b
auto merge of #10542 : huonw/rust/open01, r=alexcrichton

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.