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 J-Paul Mesnage, 18 years ago

I hope you were not too confuse with this typo

comment:2 by J-Paul Mesnage, 18 years ago

Milestone: 3.2.11.1
Owner: set to J-Paul Mesnage
Resolution: fixed
Status: newclosed

Fixed in version: 3.2.11.1

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.