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

Builtin functions: abs (fabs), ceil, floor, round? #102

Open
tclose opened this issue May 26, 2015 · 0 comments
Open

Builtin functions: abs (fabs), ceil, floor, round? #102

tclose opened this issue May 26, 2015 · 0 comments

Comments

@tclose
Copy link
Contributor

tclose commented May 26, 2015

I have a feeling that we have discussed this at some point but I can't remember what we decided if we did, are discontinuous functions such as abs (or fabs if we want to be fully C89 compliant), ceil, floor and round valid in 9ML? As they are not in the spec. abs could be implemented via a piecewise function (see #83) but would be a bit of a pain, and the others wouldn't be able to be.

Also, log10 is in the spec but probably doesn't need to be (although probably wouldn't hurt)

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