]> git.lizzy.rs Git - rust.git/commit
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)
commit0e892283612ea21ce5aeb3be930296623facab36
tree9d68b2bcc4323c496c3f7835c873f5fb7452b7b3
parentbf52f2eef578e6fff83611a6276a3aa9f284e1c5
parent1a133f3e2c65961d0a9c550bd759fbefc1e729a6
Rollup merge of #22030 - mdinger:f32_examples, r=steveklabnik

 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