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: add trigonometric functions from postgres #7556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrFoxPro
Copy link

https://www.postgresql.org/docs/current/functions-math.html#FUNCTIONS-MATH-TRIG-TABLE
Took this: #5608 as example for current PR.

Need assistance:

  1. Are there special error codes? For reverse functions there is domain restriction -1 <= x <= 1, idk if postgres returns special error for this. https://www.postgresql.org/docs/current/errcodes-appendix.html

  2. Need tests. I can't do that because I afraid building and bootstrapping edgedb will take for me too much time, so I wouldn't able to run tests anyway.

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.

None yet

1 participant