summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-01-30 18:56:00 -0800
committerCraig Earls <enderw88@gmail.com>2013-01-30 18:56:00 -0800
commitd9b1258c3480f79a0413cf4c5d07c6818c140503 (patch)
treec3416c163e9f13b1fdd2a5ccc3400375723e7aac /doc/ledger3.texi
parentb21ee1de170f99e8ed5c82546c8ae69e209bd8d6 (diff)
parent0df13661686dfec66aa0d5a8dd88920e1e104fbc (diff)
downloadfork-ledger-d9b1258c3480f79a0413cf4c5d07c6818c140503.tar.gz
fork-ledger-d9b1258c3480f79a0413cf4c5d07c6818c140503.tar.bz2
fork-ledger-d9b1258c3480f79a0413cf4c5d07c6818c140503.zip
Merge pull request #140 from enderw88/Bug634-floor-ceil-round
Bug 634 Added roundto function, optimized floor and ceiling
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r--doc/ledger3.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 377d740c..ee4c990b 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -7192,6 +7192,7 @@ Useful specifying a date in plain terms. For example, you could say
@item @strong{Function} @tab @strong{Abbrev.} @tab @strong{Description}
@item @code{amount_expr } @tab @code{} @tab
@item @code{abs } @tab @code{} @tab --> U
+@item @code{ceiling } @tab @code{} @tab Returns the next integer toward +infty
@item @code{code} @tab @code{} @tab returns the transaction code, the string between the parenthesis after the date.
@item @code{commodity } @tab @code{} @tab
@item @code{display_amount } @tab @code{} @tab --> t
@@ -7199,7 +7200,7 @@ Useful specifying a date in plain terms. For example, you could say
@item @code{date } @tab @code{} @tab
@item @code{format_date } @tab @code{} @tab
@item @code{format } @tab @code{} @tab
-@item @code{floor } @tab @code{} @tab
+@item @code{floor } @tab @code{} @tab Returns the next integer toward -infty
@item @code{get_at } @tab @code{} @tab
@item @code{is_seq } @tab @code{} @tab
@item @code{justify } @tab @code{} @tab
@@ -7215,6 +7216,7 @@ Useful specifying a date in plain terms. For example, you could say
@item @code{quoted } @tab @code{} @tab
@item @code{quantity } @tab @code{} @tab
@item @code{rounded } @tab @code{} @tab
+@item @code{roundto } @tab @code{} @tab Returns value rounded to n digits. Does not affect formatting.
@item @code{scrub } @tab @code{} @tab
@item @code{strip --> S } @tab @code{} @tab
@item @code{should_bold } @tab @code{} @tab