Closed andersgb closed 6 years ago
Add a unittest to demonstrate the issue, and introduce a fix by clamping acos input to [-1, 1] with round()
acos
[-1, 1]
round()
Thanks @andersgb
Add a unittest to demonstrate the issue, and introduce a fix by clamping
acos
input to[-1, 1]
withround()