mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 15:40:38 +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
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -28,8 +28,8 @@
|
|||
abs
|
||||
quotient remainder modulo
|
||||
gcd lcm
|
||||
;;numerator denominator XXX
|
||||
;;rationalize XXX
|
||||
numerator denominator
|
||||
rationalize
|
||||
floor ceiling truncate round
|
||||
exp log sin cos tan asin acos atan
|
||||
sqrt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue