这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@anatriaslabella
Copy link
Contributor

As a first-time open source contributor, I decided to try implementing additional fixed-point math operTations that were requested that may be nice to see, specifically the trigonometric operations sin, cos, and tan. I hope my code is sufficient to solve this issue!

copying.md Outdated
| Michael Lynch | mtlynch | git à mtlynch dawt io |
| Ngô Xuân Minh | | xminh dawt ngo dawt 00 à gmail dawt com |
| Haytham Tang | haytham918 | yunxuant à umich dawt edu |
| Ana Trias-Labellarte | anatriaslabella | ana.triaslabella@ufl.edu |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't your email be in the same format as the others?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just fixed it and committed it, thank you! Not sure why the rest of the table format is not passing certain checks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, You're probably going to have to undo all the changes to the other lines you've made (I'm not sure what you've changed but git is saying you have done something)

@heinezen heinezen force-pushed the Open-source-contribution branch 3 times, most recently from 9ec3857 to ba1fc92 Compare March 13, 2025 01:59
heinezen
heinezen previously approved these changes Mar 13, 2025
Copy link
Member

@heinezen heinezen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey sorry this took so long to get back to. I fixed your table by squashing your commits and reformatting the whole thing.

Your solution is not exactly what we want because we want the calculations and results to be fixed-point as well instead of just converting to a floatiing point number. This is necessary to keep the calculations deterministic. I added your changes anyway, since they can also be useful :)

@heinezen heinezen force-pushed the Open-source-contribution branch from d78750b to 81b0443 Compare March 13, 2025 02:04
@heinezen heinezen enabled auto-merge March 13, 2025 02:04
@heinezen heinezen merged commit 1c3f0ea into SFTtech:master Mar 13, 2025
13 checks passed
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.

3 participants