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

feat(expr): Various trigonometric functions #8838

Merged
merged 23 commits into from
Mar 30, 2023
Merged

feat(expr): Various trigonometric functions #8838

merged 23 commits into from
Mar 30, 2023

Commits on Mar 28, 2023

  1. draft only

    CAJan93 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a6d4162 View commit details
    Browse the repository at this point in the history
  2. sin works

    CAJan93 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0a5a932 View commit details
    Browse the repository at this point in the history
  3. currently not working

    CAJan93 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    641dbab View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. implement missing functions

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ba61ec1 View commit details
    Browse the repository at this point in the history
  2. add test functions

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0d1537f View commit details
    Browse the repository at this point in the history
  3. remove decimal implementation

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    807683b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    685198f View commit details
    Browse the repository at this point in the history
  5. remove decimal from exprs

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e8586a9 View commit details
    Browse the repository at this point in the history
  6. trigonometric.rs

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ff17d09 View commit details
    Browse the repository at this point in the history
  7. clean

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    cb765e9 View commit details
    Browse the repository at this point in the history
  8. rename file

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0a9ec30 View commit details
    Browse the repository at this point in the history
  9. risedev c

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    429ddd8 View commit details
    Browse the repository at this point in the history
  10. remove spaces

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e328608 View commit details
    Browse the repository at this point in the history
  11. cargo toml

    CAJan93 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a9181f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. rename file

    CAJan93 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b9a81bd View commit details
    Browse the repository at this point in the history
  2. undo changes in cargo.toml

    CAJan93 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    401020d View commit details
    Browse the repository at this point in the history
  3. slight changes in tests

    CAJan93 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7d53b64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eb6e55 View commit details
    Browse the repository at this point in the history
  5. cargo-hakari generate

    CAJan93 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fda88a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3d8e53 View commit details
    Browse the repository at this point in the history
  7. re-write slt file

    CAJan93 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1b0dc4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    650e05e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f0f1db View commit details
    Browse the repository at this point in the history