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

Things to check for hyper trigonometry #4

Open
Phryxia opened this issue Aug 18, 2021 · 0 comments
Open

Things to check for hyper trigonometry #4

Phryxia opened this issue Aug 18, 2021 · 0 comments
Assignees
Labels
implementation Related to new feature implementation

Comments

@Phryxia
Copy link
Owner

Phryxia commented Aug 18, 2021

Equivalence Test

Hyper trigonometric functions are actually can be expressed without them.

Consider the sinh function which has popular three equivalent forms.

image

Determining the equivalence of hyper trigonometric functions is exactly same problem to that of primary operation (+, -, *, / and ^) By assuming primary operation equivalence determination works ideally, all we have to do is just compare the equivalence of basic form. (For sinh, it can be one of the expressions in above image)

@Phryxia Phryxia added the implementation Related to new feature implementation label Aug 18, 2021
@Phryxia Phryxia self-assigned this Aug 18, 2021
@Phryxia Phryxia added this to the math-parser 1.0.0 milestone Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Related to new feature implementation
Projects
None yet
Development

No branches or pull requests

1 participant