Modify ↓
Opened 18 years ago
Closed 18 years ago
#88 closed Bug (Fixed)
Help file (Round)
| Reported by: | JamesB | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.2.11.1 | Component: | Documentation |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | documentation, round, spelling, capital, help | Cc: |
Description
In the help file under round, you have:
$x = Round(-1.582, 1) ;returns -1.6
$y = Round(3.1415, 9) ;no change
$z = round(123.5, -1) ;returns 120
and not
$x = Round(-1.582, 1) ;returns -1.6
$y = Round(3.1415, 9) ;no change
$z = Round(123.5, -1) ;returns 120
Just missed a capital :)
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Milestone: | → 3.2.11.1 |
|---|---|
| Owner: | set to |
| Resolution: | → fixed |
| Status: | new → closed |
Fixed in version: 3.2.11.1
Note:
See TracTickets
for help on using tickets.

I hope you were not too confuse with this typo