Closed JasonBernstein1 closed 2 months ago
The checkAngle function currently uses a fixed relative tolerance (rtol) of 0, even if a user specifies a different rtol value as an argument to the function. This pull request replaces the fixed, default value of rtol with the user-supplied value.
The checkAngle function currently uses a fixed relative tolerance (rtol) of 0, even if a user specifies a different rtol value as an argument to the function. This pull request replaces the fixed, default value of rtol with the user-supplied value.