mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix formating
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8123 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
eb0b60038c
commit
d694fb5a4e
@ -136,11 +136,13 @@ int gnc_numeric_positive_p(gnc_numeric a);
|
||||
* same (same numerator and denominator)
|
||||
*/
|
||||
int gnc_numeric_eq(gnc_numeric a, gnc_numeric b);
|
||||
|
||||
/** Equivalence predicate: Returns TRUE (1) if a and b represent
|
||||
* exactly the same number (ratio of numerator to denominator is
|
||||
* exactly equal)
|
||||
*/
|
||||
int gnc_numeric_equal(gnc_numeric a, gnc_numeric b);
|
||||
|
||||
/** Equivalence predicate: Returns TRUE (1) if after both are
|
||||
* converted to DENOM using method HOW, a and b are
|
||||
* gnc_numeric_equal().
|
||||
|
Loading…
Reference in New Issue
Block a user