diff options
author | John Wiegley <johnw@newartisans.com> | 2011-10-24 15:22:18 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-10-24 15:22:18 -0500 |
commit | 8c4e145c57a36a852d49cf416a30a5b86efb0483 (patch) | |
tree | 72404e425575307b8100f3e9acae5d4f97c21e50 /src/report.h | |
parent | bf2ad7135270c741313d7d79e3cb9de89fe447ff (diff) | |
download | fork-ledger-8c4e145c57a36a852d49cf416a30a5b86efb0483.tar.gz fork-ledger-8c4e145c57a36a852d49cf416a30a5b86efb0483.tar.bz2 fork-ledger-8c4e145c57a36a852d49cf416a30a5b86efb0483.zip |
Added round() and unround() valexpr functions
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index e142b0dc..58c12f24 100644 --- a/src/report.h +++ b/src/report.h @@ -160,6 +160,8 @@ 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_round(call_scope_t& scope); + value_t fn_unround(call_scope_t& scope); value_t fn_abs(call_scope_t& scope); value_t fn_justify(call_scope_t& scope); value_t fn_quoted(call_scope_t& scope); |