Modify

Opened 16 years ago

Closed 16 years ago

#88 closed Bug (Fixed)

Help file (Round)

Reported by: JamesB Owned by: Jpm
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 Changed 16 years ago by Jpm

I hope you were not too confuse with this typo

comment:2 Changed 16 years ago by Jpm

  • Milestone set to 3.2.11.1
  • Owner set to Jpm
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in version: 3.2.11.1

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.