We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ceil(pi) shows incorrect value on the page Also it should be ceil(pi) instead of (pi)
4
3.141592653589793
See the web page
(http://docs.facer.io/c-advanced/expressions/)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
ceil(pi) shows incorrect value on the page
Also it should be ceil(pi) instead of (pi)
Expected outcome
4
Actual outcome
3.141592653589793
Live Demo
See the web page
Steps to reproduce
(http://docs.facer.io/c-advanced/expressions/)
Browsers Affected
The text was updated successfully, but these errors were encountered: