mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace the gnc:numeric pair with normal Scheme rationals.
This allows direct conversion between Scheme numbers and gnc_numeric without the performance or accuracy penalties arising from using doubles as an intermediary.
This commit is contained in:
@@ -43,12 +43,6 @@
|
||||
(export GNC-ERROR-OVERFLOW)
|
||||
(export GNC-ERROR-DENOM-DIFF)
|
||||
(export GNC-ERROR-REMAINDER)
|
||||
(export <gnc-numeric>)
|
||||
(export gnc:gnc-numeric?)
|
||||
(export gnc:make-gnc-numeric)
|
||||
(export gnc:gnc-numeric-denom)
|
||||
(export gnc:gnc-numeric-num)
|
||||
(export gnc:gnc-numeric-denom-reciprocal)
|
||||
(export <gnc-monetary>)
|
||||
(export gnc:gnc-monetary?)
|
||||
(export gnc:make-gnc-monetary)
|
||||
|
||||
Reference in New Issue
Block a user