Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reimplement 10 simple mathtrig funcs #2524

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

Merged
merged 11 commits into from
Nov 24, 2024
Merged

Reimplement 10 simple mathtrig funcs #2524

merged 11 commits into from
Nov 24, 2024

Conversation

jahav
Copy link
Member

@jahav jahav commented Nov 24, 2024

Reimplement/convert 11 MathTrig functions (SIGN, SECH, SEC, COT, COTH, CSC, CSCH, ACOT, ACOTH, COMBINA) from legacy Expression based signature to standard AnyValue one.

Should mostly fix bugs with adapters and coercion. Also, the there was an excessive check on COMBINA (COMBINA(10, 15) - second is greater than first) that was removed, because Excel accepts such arguments.

@jahav jahav added this to the v0.105.0 milestone Nov 24, 2024
@jahav jahav force-pushed the reimplement-mathtrig-func branch from 5b282bf to 2bdf801 Compare November 24, 2024 13:49
@jahav jahav force-pushed the reimplement-mathtrig-func branch from 2bdf801 to ae1b144 Compare November 24, 2024 14:28
@jahav jahav changed the title Reimplement 11 mathtrig func Reimplement 10 mathtrig func Nov 24, 2024
@jahav jahav changed the title Reimplement 10 mathtrig func Reimplement 10 mathtrig funcs Nov 24, 2024
@jahav jahav changed the title Reimplement 10 mathtrig funcs Reimplement 10 simple mathtrig funcs Nov 24, 2024
@jahav jahav force-pushed the reimplement-mathtrig-func branch from ae1b144 to 8a8bcd2 Compare November 24, 2024 14:46
@jahav jahav merged commit 19c1cb6 into develop Nov 24, 2024
6 checks passed
@jahav jahav deleted the reimplement-mathtrig-func branch November 24, 2024 15:11
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