summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Walker <nick.walker@puppetlabs.com>2017-03-28 13:16:26 -0700
committerNick Walker <nick.walker@puppetlabs.com>2017-07-18 14:50:17 -0700
commit39ea2c0bc49d812f41dcbbed6635e25607f80970 (patch)
tree0da0fc6f1116f665569aa63724e72f5c65b2d725 /README.md
parent596878a7bc1fd4a64da89c5c760accb3e8178ec1 (diff)
Add a round function to complement ceiling and floor
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 61318ea..b92c226 100644
--- a/README.md
+++ b/README.md
@@ -1509,6 +1509,10 @@ For example, `reject(['aaa','bbb','ccc','aaaddd'], 'aaa')` returns ['bbb','ccc']
Reverses the order of a string or array.
+#### `stdlib::round`
+
+ Rounds a number to the nearest integer
+
*Type*: rvalue.
#### `rstrip`