diff options
author | John Wiegley <johnw@newartisans.com> | 2012-10-26 08:31:57 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-10-26 08:31:57 -0700 |
commit | 7cee6c559b8198aea9fc75a197bac7bc6e71eaeb (patch) | |
tree | fac4c09dba9035c01a25ad84bc4fd3d12fdaa4f7 /src/report.h | |
parent | 34ca6b3991d63dd04d60286452399c7e0d49974b (diff) | |
parent | b044a74bd34afdc27baf6241fe398690ff5e043a (diff) | |
download | fork-ledger-7cee6c559b8198aea9fc75a197bac7bc6e71eaeb.tar.gz fork-ledger-7cee6c559b8198aea9fc75a197bac7bc6e71eaeb.tar.bz2 fork-ledger-7cee6c559b8198aea9fc75a197bac7bc6e71eaeb.zip |
Merge pull request #96 from enderw88/Bug634-floor-ceil-round
Bug 634 and 488, Corrected behavior of floor, and added ceiling
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 4a02843e..2eac61fe 100644 --- a/src/report.h +++ b/src/report.h @@ -174,6 +174,7 @@ public: value_t fn_unrounded(call_scope_t& scope); value_t fn_truncated(call_scope_t& scope); value_t fn_floor(call_scope_t& scope); + value_t fn_ceiling(call_scope_t& scope); value_t fn_round(call_scope_t& scope); value_t fn_unround(call_scope_t& scope); value_t fn_abs(call_scope_t& scope); |