]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22030 - mdinger:f32_examples, r=steveklabnik
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 10:22:16 +0000 (15:52 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 12:03:20 +0000 (17:33 +0530)
 Some examples for `std::num::Float`

~~This is WIP for making examples for `f32`. This probably won't pass `make tidy` and I'm not sure which `f32` needs documentation. https://github.com/rust-lang/rust/issues/22025 shows 2 sets of `f32` which seems split between `core` and `std`. I'm not sure which should be documented but I started doing a couple from `std`. Easy to move if that's where they go...~~

~~Gotta build it eventually to actually see if the docs actually appear where I think they will or if I'm just disillusioned.~~

cc @steveklabnik


Trivial merge