PHP :: Bug #28508 :: hypot is broken
| Bug #28508 | hypot is broken | ||||
|---|---|---|---|---|---|
| Submitted: | 2004-05-24 18:27 UTC | Modified: | 2004-05-24 19:03 UTC | ||
| From: | techtonik at tut dot by | Assigned: | |||
| Status: | Closed | Package: | Math related | ||
| PHP Version: | 4.3.6 | OS: | Windows 2000 | ||
| Private report: | No | CVE-ID: | None | ||
[2004-05-24 18:27 UTC] techtonik at tut dot by
Description: ------------ hypot() support seems to be broken on windows. Can anybody confirm? Reproduce code: --------------- <?php $x = hypot(3, 4); var_dump($x); ?> Expected result: ---------------- 5 Actual result: -------------- NULL
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2004-05-24 19:03 UTC] iliaa@php.net