Skip to content

Conversation

JordanYates
Copy link
Contributor

Add several functions for working in 2D space.

Move common tests into a subfolder so we can add other tests.

Signed-off-by: Jordan Yates <[email protected]>
Add a variant of the existing square root functions that operates on a
`uint64_t`.

Signed-off-by: Jordan Yates <[email protected]>
Add test cases for `math_sqrt64`, validated against the standard
library.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates force-pushed the feature/point_in_polygon branch 2 times, most recently from aa00dc2 to a6b6ecd Compare October 12, 2024 06:48
Add several functions for working in 2D space.

Signed-off-by: Jordan Yates <[email protected]>
Add tests for the new cartesian math functions.

Signed-off-by: Jordan Yates <[email protected]>
@JordanYates JordanYates force-pushed the feature/point_in_polygon branch from a6b6ecd to c3a5591 Compare October 12, 2024 06:50
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

Attention: Patch coverage is 96.25000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.89%. Comparing base (db20b2f) to head (c3a5591).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
lib/math/cartesian.c 95.71% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #280      +/-   ##
==========================================
+ Coverage   90.79%   90.89%   +0.10%     
==========================================
  Files         109      110       +1     
  Lines        4259     4339      +80     
  Branches      671      691      +20     
==========================================
+ Hits         3867     3944      +77     
  Misses        206      206              
- Partials      186      189       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JordanYates JordanYates merged commit eaf20c6 into main Oct 12, 2024
11 checks passed
@JordanYates JordanYates deleted the feature/point_in_polygon branch October 12, 2024 07:17
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