Skip to content

Commit 2724ace

Browse files
committed
Revert "sci-mathematics/sagemath-standard: update mpmath patch. May need rebasing upstream."
This reverts commit 76b8f74.
1 parent 76b8f74 commit 2724ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sci-mathematics/sagemath-standard/files/mpmath.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ index 0123d4190be..0f451e18f65 100644
9393
- mpz_sqrt(y.value, m.value)
9494
- return y
9595
-
96-
-cpdef from_man_exp(man, exp, long prec=0, str rnd='d'):
96+
-cpdef from_man_exp(man, exp, long prec = 0, str rnd = 'd'):
9797
- """
9898
- Create normalized mpf value tuple from mantissa and exponent.
9999
-

0 commit comments

Comments
 (0)