Implement IEEE 754-2019 minimun and maximum functions for f32/f64
This commit is contained in:
@@ -287,6 +287,7 @@
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(extend_one)]
|
||||
#![feature(fn_traits)]
|
||||
#![feature(float_minimum_maximum)]
|
||||
#![feature(format_args_nl)]
|
||||
#![feature(gen_future)]
|
||||
#![feature(generator_trait)]
|
||||
|
||||
Reference in New Issue
Block a user