mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +02:00
(scm_modulo_expt): Renamed from
scm_modular_expt, matching scheme level name `modulo-expt'.
This commit is contained in:
parent
b7b8c57576
commit
d885e204fd
2 changed files with 3 additions and 3 deletions
|
@ -201,7 +201,7 @@ SCM_API SCM scm_logxor (SCM n1, SCM n2);
|
|||
SCM_API SCM scm_logtest (SCM n1, SCM n2);
|
||||
SCM_API SCM scm_logbit_p (SCM n1, SCM n2);
|
||||
SCM_API SCM scm_lognot (SCM n);
|
||||
SCM_API SCM scm_modular_expt (SCM n, SCM k, SCM m);
|
||||
SCM_API SCM scm_modulo_expt (SCM n, SCM k, SCM m);
|
||||
SCM_API SCM scm_integer_expt (SCM z1, SCM z2);
|
||||
SCM_API SCM scm_ash (SCM n, SCM cnt);
|
||||
SCM_API SCM scm_bit_extract (SCM n, SCM start, SCM end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue