Bring over more math functions from musl #128

Merged
MartinFouilleul merged 1 commits from libc-math into main 2023-09-18 10:22:03 +00:00
Collaborator

Closes #127

Added these functions.

  • asin
  • asinf
  • acosf
  • tan
  • tanf
  • atan
  • atan2
  • atan2f
  • atanf
  • cbrt
  • cbrtf
  • log
  • logf
  • log2
  • log2f

Also added a .clang-format file to prevent further formatting edits to these files so we can diff more easily with the musl sources.

Closes https://git.handmade.network/hmn/orca/issues/127 Added these functions. * asin * asinf * acosf * tan * tanf * atan * atan2 * atan2f * atanf * cbrt * cbrtf * log * logf * log2 * log2f Also added a .clang-format file to prevent further formatting edits to these files so we can diff more easily with the musl sources.
rdunnington force-pushed libc-math from 07db69d526 to 8946e76927 2023-09-18 05:51:52 +00:00 Compare
MartinFouilleul force-pushed libc-math from 8946e76927 to e85d774245 2023-09-18 10:21:52 +00:00 Compare
MartinFouilleul merged commit e85d774245 into main 2023-09-18 10:22:03 +00:00
MartinFouilleul deleted branch libc-math 2023-09-18 10:22:03 +00:00
Sign in to join this conversation.
No reviewers
No Label
macOS
windows
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hmn/orca#128
No description provided.