Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/dictionary/function/round.lcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ the <number> up if positive, down if <negative>. (To round off numbers
without introducing any statistical upward bias, use the <statRound>
<function> instead.)

A positive <precision> indicates a place to the right of the <decimal
point>, and a <negative> <precision> indicates a place to the left. For
example, 1 rounds off to the nearest tenth, 2 rounds off to the nearest
hundredth, -1 rounds off by ten, and so on. If you don't specify a
<precision>, zero is used, meaning that the <number> is rounded off to a
whole number.
A positive <precision> indicates a place to the right of the
<decimal point>, and a <negative> <precision> indicates a place to the
left. For example, 1 rounds off to the nearest tenth, 2 rounds off to
the nearest hundredth, -1 rounds off by ten, and so on. If you don't
specify a <precision>, zero is used, meaning that the <number> is
rounded off to a whole number.

>*Note:* The <statRound> <function> is equivalent to
> <HyperCard|HyperTalk's> "round" <function>.
Expand Down
1 change: 1 addition & 0 deletions docs/notes/bugfix-21494.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Correct missing text issue in the Round function dictionary entry.