mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
1fff961089
commit
3cd232146f
1 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,18 @@
|
|||
2004-03-26 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* numbers.c (scm_modulo): For inum/big and big/big, remove test of
|
||||
big==0 since that never occurs.
|
||||
|
||||
* numbers.c, numbers.h (scm_modulo_expt): Renamed from
|
||||
scm_modular_expt, matching scheme level name `modulo-expt'.
|
||||
|
||||
* numbers.c (scm_modular_expt): Return a negative remainder for a
|
||||
negative divisor, the same as `modulo' does.
|
||||
|
||||
2004-03-26 Eric Hanchrow <offby1@blarg.net>
|
||||
|
||||
* numbers.c, numbers.h (scm_modular_expt): New function.
|
||||
|
||||
2004-03-25 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* numbers.c (scm_min, scm_max): Correction to big/real and real/big,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue