Update `mruby-cmath` to support MSVC complex.
* Use `_Complex` instead of `complex` (MSYS2 do not support `complex`) * Use `_Dcomplex` instead of `_Complex` on MSCV * Avoid operator division and multiplication of complex
Showing
Please register or sign in to comment