summaryrefslogtreecommitdiff
path: root/src/mp.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:48:15 +0200
committerraveit65 <[email protected]>2021-11-20 22:07:47 +0100
commit536f2a503bc2c961329359ac357a3d002acad37c (patch)
treef5526dc856ace6ca3e1b882e1ccada5e2d6875e4 /src/mp.c
parent5882467c0df5c919aacd76292687064734b0ac0e (diff)
downloadmate-calc-536f2a503bc2c961329359ac357a3d002acad37c.tar.bz2
mate-calc-536f2a503bc2c961329359ac357a3d002acad37c.tar.xz
Use a blank line at most
Diffstat (limited to 'src/mp.c')
-rw-r--r--src/mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mp.c b/src/mp.c
index 40aacdc..31a84d4 100644
--- a/src/mp.c
+++ b/src/mp.c
@@ -645,7 +645,6 @@ mp_zeta(const MPNumber *x, MPNumber *z)
/** FACTORIZATION **/
/***********************************************************************/
-
/**
* mp_is_pprime uses the Miller-Rabin primality test to decide
* whether or not a number is probable prime.