Skip to content

Conversation

@motionseed
Copy link

Adding support to base math functions for the lib.

The functions must be named in UPPER case, and use the internal PHP function.

For example, the ceil() function will be CEIL().

Expression : 10 + CEIL(SQRT(10)) will produce : 14

SQRT(10) -> 3.16 CEIL(3.16) -> 4 + 10 = 14

B. Mohamed - motionSeed

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant