function pi() { radmode(); return acos(-1); } print pi();
自然対数の低e
function e() { return ex(1); } print e();