I recived an e-mail that the function;
z = 1 / x
caused a computer to crash. I could not reproduce the bug on several computers, if someone encounters this trouble it will help to know the OS, CPU and video adapter type.
Fractional exponents must be entered as floating point.
For example x^(1/2) has to be entered as x^(0.5).
The arcsin function will cause an OS exception if you specify the domain outside of the interval.
x >= -1
and
x <= 1
What is happening is the program attempts to evaluate the function outside of it's proper domain.
The problem with arcsin is only in 2D graphing, the 2D grapher does not have very sophisticated discountinuity detection.
(this problem will be fixed in a future release)