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

coordinate library #1

Closed
4 tasks done
kana800 opened this issue Dec 4, 2022 · 2 comments
Closed
4 tasks done

coordinate library #1

kana800 opened this issue Dec 4, 2022 · 2 comments
Assignees

Comments

@kana800
Copy link
Owner

kana800 commented Dec 4, 2022

creating a coordinate library

The library should be capable of handling basic operations like

  • addition
  • substraction
  • division
  • multiplication

Bugs

  • MSVC doesn't produce appropriate preprocessor output on the latest GCC and Clang

reference issue: #1
reference pull-request: #2
reference branch: coordlib

@kana800 kana800 self-assigned this Dec 4, 2022
@kana800 kana800 added the good first issue Good for newcomers label Dec 4, 2022
@kana800 kana800 removed the good first issue Good for newcomers label Dec 7, 2022
@kana800
Copy link
Owner Author

kana800 commented Dec 8, 2022

updates on the To-Do List

  • Implement Polar Coordinates
  • Conversion from Cartesian to Polar Coordinates
  • Conversion from Polar to Cartesian

@kana800
Copy link
Owner Author

kana800 commented Dec 10, 2022

updates on the To-Do List

To implement conversion of polar coordinates to cartesian coordinates we need to implement some trigonometric functions

Trigonometric functions are functions related to an angle. There are six trigonometric functions: sine, cosine, tangent and their reciprocals cosecant, secant, and cotangent, respectively. Sine, cosine, and tangent are the most widely used trigonometric functions. Their reciprocals, though used, are less common in modern mathematics. Trigonometric functions are also called circular functions

ref


  • Implement sine, cosine, tan of an angle

@kana800 kana800 closed this as completed Feb 21, 2023
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

No branches or pull requests

1 participant