@@ -316,17 +316,17 @@ mod floating_point {
316316 }
317317
318318 const COEFFICIENTS : [ ( Sgn , BigInteger256 ) ; 11 ] = [
319- ( Sgn :: Pos , BigInteger256 :: new ( [ 405058 , 0 , 0 , 0 ] ) ) ,
320- ( Sgn :: Neg , BigInteger256 :: new ( [ 1007582 , 0 , 0 , 0 ] ) ) ,
321- ( Sgn :: Pos , BigInteger256 :: new ( [ 465602 , 0 , 0 , 0 ] ) ) ,
322- ( Sgn :: Neg , BigInteger256 :: new ( [ 161365 , 0 , 0 , 0 ] ) ) ,
323- ( Sgn :: Pos , BigInteger256 :: new ( [ 44739 , 0 , 0 , 0 ] ) ) ,
324- ( Sgn :: Neg , BigInteger256 :: new ( [ 10337 , 0 , 0 , 0 ] ) ) ,
325- ( Sgn :: Pos , BigInteger256 :: new ( [ 2047 , 0 , 0 , 0 ] ) ) ,
326- ( Sgn :: Neg , BigInteger256 :: new ( [ 354 , 0 , 0 , 0 ] ) ) ,
327- ( Sgn :: Pos , BigInteger256 :: new ( [ 54 , 0 , 0 , 0 ] ) ) ,
328- ( Sgn :: Neg , BigInteger256 :: new ( [ 7 , 0 , 0 , 0 ] ) ) ,
329- ( Sgn :: Pos , BigInteger256 :: new ( [ 0 , 0 , 0 , 0 ] ) ) ,
319+ ( Sgn :: Pos , BigInteger256 :: from_64x4 ( [ 405058 , 0 , 0 , 0 ] ) ) ,
320+ ( Sgn :: Neg , BigInteger256 :: from_64x4 ( [ 1007582 , 0 , 0 , 0 ] ) ) ,
321+ ( Sgn :: Pos , BigInteger256 :: from_64x4 ( [ 465602 , 0 , 0 , 0 ] ) ) ,
322+ ( Sgn :: Neg , BigInteger256 :: from_64x4 ( [ 161365 , 0 , 0 , 0 ] ) ) ,
323+ ( Sgn :: Pos , BigInteger256 :: from_64x4 ( [ 44739 , 0 , 0 , 0 ] ) ) ,
324+ ( Sgn :: Neg , BigInteger256 :: from_64x4 ( [ 10337 , 0 , 0 , 0 ] ) ) ,
325+ ( Sgn :: Pos , BigInteger256 :: from_64x4 ( [ 2047 , 0 , 0 , 0 ] ) ) ,
326+ ( Sgn :: Neg , BigInteger256 :: from_64x4 ( [ 354 , 0 , 0 , 0 ] ) ) ,
327+ ( Sgn :: Pos , BigInteger256 :: from_64x4 ( [ 54 , 0 , 0 , 0 ] ) ) ,
328+ ( Sgn :: Neg , BigInteger256 :: from_64x4 ( [ 7 , 0 , 0 , 0 ] ) ) ,
329+ ( Sgn :: Pos , BigInteger256 :: from_64x4 ( [ 0 , 0 , 0 , 0 ] ) ) ,
330330 ] ;
331331
332332 pub struct Params {
0 commit comments