-
- Downloads
dotproducttest.cc: avoid `sqrt(-1.0f)`
On clang-7 with libc++ this results in a small error for the imaginary unit which gets computed as `I = (-4.37114e-08,1)`. This results in a too large error in the tests. Closes: #51
Please register or sign in to comment