feat: Fully define complex cube root #39

Merged
glen merged 3 commits from complex_cbrt into main 2025-12-13 07:34:01 +00:00
Owner

Also extends add and multiply to allow multiple arguments.

Resolves #29.

Also extends add and multiply to allow multiple arguments. Resolves #29.
glen added 3 commits 2025-12-13 07:32:16 +00:00
Extends `add` and `multiply` generically so they can handle any number of
  arguments based on their binary implementations; they also pass a
  single argument through unchanged, and return 0 and 1, respectively, on
  no arguments.

  Modifies cbrt(number) so that when the returnTyping is `full`, returns
  all three complex cube roots.
feat: add cbrt for complex numbers and quaternions, returning three values
All checks were successful
/ test (pull_request) Successful in 19s
e24b81a206
glen merged commit 8d3e6e70cb into main 2025-12-13 07:34:01 +00:00
glen deleted branch complex_cbrt 2025-12-13 07:34:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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: StudioInfinity/nanomath#39
No description provided.