From 335c41f097438d873e365d26bdfbb6e7af0cb3ee Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 1 Dec 2018 23:06:13 +0100 Subject: [PATCH] math: Document round [ci skip] --- doc_src/math.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc_src/math.txt b/doc_src/math.txt index bb25af07d..790933a93 100644 --- a/doc_src/math.txt +++ b/doc_src/math.txt @@ -74,6 +74,7 @@ Use them without a leading `$` - `pi - 3` should be about 0. - `ncr` - `npr` - `pow(x,y)` returns x to the y (and can be written as `x ^ y`) +- `round` - rounds to the nearest integer, away from 0 - `sin` - `sinh` - `sqrt`