Possible bug when extending sqrt #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The code in sqrt(Complex) checks the return value of sign() for the specific values 0, 1, -1, but I think they are 0n, 1n, -1n for bigint arguments, for example, so
the code will likely need to be improved to extend to component types other than sqrt.