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

Update try_binary and checked_ops, and remove math_checked_op #2717

Merged
merged 8 commits into from Sep 16, 2022

Commits on Sep 13, 2022

  1. update try_binary

    delete math_checked_op
    update the return type of checked ops
    
    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    22a8354 View commit details
    Browse the repository at this point in the history
  2. float div not panic on zero

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c7b91e7 View commit details
    Browse the repository at this point in the history
  3. fix nan test

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5120125 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    5bdfb11 View commit details
    Browse the repository at this point in the history
  2. add float divide by zero

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b0a0a51 View commit details
    Browse the repository at this point in the history
  3. add float tests

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d24397e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. merge master

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fd00bc6 View commit details
    Browse the repository at this point in the history
  2. fix compile error

    Signed-off-by: remzi <13716567376yh@gmail.com>
    HaoYang670 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    70e404a View commit details
    Browse the repository at this point in the history