mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 16:20:39 +02:00
(re-export): Uncomment numerator, denominator,
rationalize, since they now exist.
This commit is contained in:
parent
5bc8bc6935
commit
72b4bea4d3
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This library is free software; you can redistribute it and/or
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; modify it under the terms of the GNU Lesser General Public
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
abs
|
abs
|
||||||
quotient remainder modulo
|
quotient remainder modulo
|
||||||
gcd lcm
|
gcd lcm
|
||||||
;;numerator denominator XXX
|
numerator denominator
|
||||||
;;rationalize XXX
|
rationalize
|
||||||
floor ceiling truncate round
|
floor ceiling truncate round
|
||||||
exp log sin cos tan asin acos atan
|
exp log sin cos tan asin acos atan
|
||||||
sqrt
|
sqrt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue