]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22254 - huonw:float-value--, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 12:55:40 +0000 (18:25 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 12:55:40 +0000 (18:25 +0530)
 In `std::f32` and `std::f64`:

- `MIN_VALUE` → `MIN`
- `MAX_VALUE` → `MAX`
- `MIN_POS_VALUE` → `MIN_POSITIVE`

This matches the corresponding integer constants.

[breaking-change]


Trivial merge