Add gamma and ln_gamma functions to f32 and f64
This commit is contained in:
parent
a17c7968b7
commit
fcecaff16e
7 changed files with 158 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue