expression z | Returns the appropriate value if possible otherwise it returns the function with the simplified expression |
var r = nerdamer('rectform(e^(atan(1/5)*i)*sqrt(26))');
console.log(r.toString());
var t = nerdamer('rectform(e^(atan(-1/26)*i)*sqrt(677))')
console.log(t.toString());