You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): remove the undefined behaviour if the type is not FP
The standard does not define the complex class other than float, double,
and long double. It leaves the implementation on the hands of vendors,
and it could lead to the portability issue or undefined behaviour, which
is not warranted.
0 commit comments