unused cast removed
This commit is contained in:
parent
bbf1c5432a
commit
1e61787694
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ pub fn cosh(mut x: f64) -> f64 {
|
|||
ix &= 0x7fffffffffffffff;
|
||||
x = f64::from_bits(ix);
|
||||
let w = ix >> 32;
|
||||
let w = w as u32;
|
||||
|
||||
/* |x| < log(2) */
|
||||
if w < 0x3fe62e42 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue