Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug sinh in caml light 0.75 on mac os x #3542

Closed
vicuna opened this issue Mar 16, 2005 · 1 comment
Closed

bug sinh in caml light 0.75 on mac os x #3542

vicuna opened this issue Mar 16, 2005 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Mar 16, 2005

Original bug ID: 3542
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for Caml light use https://github.com/camllight/camllight/issues

Bug description

Full_Name: Nicolas Schabanel
Version: 0.75
OS: Mac OS X
Submission from: wifi149.wlan.ens-lyon.fr (140.77.26.149)

Hello,

Unless I made a mistake, it seems that hyperbolic sinus is not correctly
computed by Camllight 0.75 under Mac OS X:

% camllight

  Caml Light version 0.75

#sinh(2.);;

  • : float = 0.909297426826

It seems, that this bug does not exist with ocaml:

% ocaml
Objective Caml version 3.07+2

sinh(2.);;

  • : float = 3.62686040784701902

which is the correct answer.

In advance, thank you very much for any help,

@vicuna
Copy link
Author

vicuna commented Mar 17, 2005

Comment author: administrator

see also #3540

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant