Normally, Scratch operators work with real numbers only. But, if you need to use the complex ones this project is for you. If you want to use it just put the sprite named "Cmplx Ops" in your backpack, results are stored in "_ReAns" and "_ImAns" variables. It includes: (+) addition, (×) multiplication, (recip) reciprocal, (mod) modulo, (^) exponentiation, (logb) logarithm, (sign) sign function, (| |) absolute value, (arg) argument, (sin) sine, (asin) arcsine, (atan) arctangent and (Γ) gamma function.
If you want to add more functions, there are tutorials in the same sprite to do that. These complex operations work with angles in degrees. DISCLAIMER: This project is NOT perfect, there may be some little errors, especially in the gamma function. If there are other errors, please contact me. UPDATE LOG: - v1.0.0: Released © 2021 ScratchRunsExe