CalculaThreeDS
CalculaThreeDS copied to clipboard
The system crashes when I try to calculate the square root of a negative number
Every time when I enter a negative number and calculate its square root, the result should throw a complex number, but the system crashes with an arm11 exception, this doesn't happen when I input it into the Citra emulator, so there must be something going on where the console probably requires more memory and can't handle it.
I've tested it on an Old 3DS with luma 10.2.1.
-negative square roots = make a non real number, so it crashes the 3ds because it doesn't know what to do with it. Just don't do negative square roots