Fixed spelling of rpow in rpow's prototype.
This commit is contained in:
parent
9097abc647
commit
6713900c98
@ -174,7 +174,7 @@ are ordinary integers.
|
||||
.Fn pow "const MINT *bmp" "const MINT *emp" "const MINT *mmp" "MINT *rmp" ;
|
||||
.Pp
|
||||
.Ft void
|
||||
.Fn pow "const MINT *bmp" "short e" "MINT *rmp" ;
|
||||
.Fn rpow "const MINT *bmp" "short e" "MINT *rmp" ;
|
||||
.Bd -ragged -offset indent
|
||||
.Fn rpow
|
||||
computes the result of
|
||||
|
Loading…
Reference in New Issue
Block a user