Skip to content

Commit 7881fb8

Browse files
authored
Remove floating comment ufrexp
1 parent b2c0283 commit 7881fb8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/src/float_ops.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use num_bigint::{BigInt, ToBigInt};
22
use num_traits::{Float, Signed, ToPrimitive, Zero};
33

4-
///
54
pub fn ufrexp(value: f64) -> (f64, i32) {
65
if 0.0 == value {
76
(0.0, 0i32)

0 commit comments

Comments
 (0)