Original bug ID: 3806
Reporter: administrator
Status: closed
Resolution: won't fix
Priority: normal
Severity: feature
Category: ~DO NOT USE (was: OCaml general)
Related to: #5246
Bug description
Full_Name: Claude Marche
Version: all
OS: linux
Submission from: pc9-154.lri.fr (129.175.9.154)
There are IEEE floating point functions for conversion from cartesian to polar
coordinates.
Original bug ID: 3806 Reporter: administrator Status: closed Resolution: won't fix Priority: normal Severity: feature Category: ~DO NOT USE (was: OCaml general) Related to: #5246
Bug description
Full_Name: Claude Marche Version: all OS: linux Submission from: pc9-154.lri.fr (129.175.9.154)
There are IEEE floating point functions for conversion from cartesian to polar coordinates.
http://www.opengroup.org/onlinepubs/009695399/functions/hypot.html
However, it is sad that in OCaml only the 'atan2' function is available, not 'hypot'