1
Fork 0

Added next_up and next_down for f32/f64.

This commit is contained in:
Orson Peters 2021-09-07 18:46:49 +02:00 committed by Urgau
parent 6ce76091c7
commit 04681898f0
5 changed files with 323 additions and 0 deletions

View file

@ -273,6 +273,7 @@
#![feature(exclusive_wrapper)]
#![feature(extend_one)]
#![feature(float_minimum_maximum)]
#![feature(float_next_up_down)]
#![feature(hasher_prefixfree_extras)]
#![feature(hashmap_internals)]
#![feature(int_error_internals)]