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

Adds built-in clamp() and hypot() #906

Merged
merged 4 commits into from Dec 26, 2019
Merged

Adds built-in clamp() and hypot() #906

merged 4 commits into from Dec 26, 2019

Commits on Dec 20, 2019

  1. Adds built-in math functions.

    * Adds clamp(), div(), and hypot().
    * Parses -0 as a double.
    Awjin committed Dec 20, 2019
    Copy the full SHA
    62ecfcc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Code review.

    Awjin committed Dec 21, 2019
    Copy the full SHA
    0e2d07e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Code review.

    Awjin committed Dec 26, 2019
    Copy the full SHA
    28b577a View commit details
    Browse the repository at this point in the history
  2. Formatting.

    Awjin committed Dec 26, 2019
    Copy the full SHA
    a8c3048 View commit details
    Browse the repository at this point in the history