1
Fork 0

Add gamma and ln_gamma functions to f32 and f64

This commit is contained in:
Andrew Kane 2023-07-31 07:41:50 -07:00
parent a17c7968b7
commit fcecaff16e
7 changed files with 158 additions and 1 deletions

View file

@ -286,6 +286,7 @@
#![feature(exact_size_is_empty)]
#![feature(exclusive_wrapper)]
#![feature(extend_one)]
#![feature(float_gamma)]
#![feature(float_minimum_maximum)]
#![feature(float_next_up_down)]
#![feature(hasher_prefixfree_extras)]