2D Functions

Re, Im

 Previous Next 

f(x) = Re(asin(x+0i))
plot(f,-2,2, "yrad")
g(x) = Im(asin(x+0i))
plot(g,-2,2, "red")