Merge rust-lang/libm#91
91: Implement exp2 and exp2f r=japaric a=porglezomp Closes rust-lang/libm#15 Closes rust-lang/libm#16 Co-authored-by: C Jones <code@calebjones.net>
This commit is contained in:
@@ -660,7 +660,7 @@ f32_f32! {
|
||||
cosf,
|
||||
ceilf,
|
||||
// coshf,
|
||||
// exp2f,
|
||||
exp2f,
|
||||
expf,
|
||||
log10f,
|
||||
log1pf,
|
||||
@@ -704,7 +704,7 @@ f64_f64! {
|
||||
// cos,
|
||||
// cosh,
|
||||
exp,
|
||||
// exp2,
|
||||
exp2,
|
||||
// expm1,
|
||||
floor,
|
||||
log,
|
||||
|
||||
Reference in New Issue
Block a user