Modify ↓
Opened 16 years ago
Closed 16 years ago
#1220 closed Bug (Fixed)
Sqrt does not return 0 on negative parameter, documentation says otherwise
| Reported by: | Manadar | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.1.3 | Component: | Documentation |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | Sqrt documentation | Cc: |
Description
A fault in the documentation, or in the implementation of the Sqrt function. The documentation describes it as:
Success: Returns the square-root.
Failure: Returns 0 and sets @error to 1 if parameter is negative.
This script says otherwise:
ConsoleWrite(Sqrt(-1) & @CRLF)
Output:
-1.#IND
Attachments (0)
Change History (1)
comment:1 by , 16 years ago
| Milestone: | → 3.3.1.3 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.3.1.3