Constants
pi, e, phi
ans previous answer
BigInt functions
gcd(a,b), lcm(a,b)
powmod(a,e,m)
C(n,k), fib(n)
sqrt(n), abs(n)
Double functions
sin(x), cos(x), tan(x), tg(x), ctg(x)
arcsin(x), arccos(x), arctan(x), arctg(x), arcctg(x), arccot(x)
ln(x), lg(x), log(base, x)
sqrt(x), abs(x)
ceil(x), floor(x), round(x)
Directives
#deg #rad — trigonometry mode
#clear, #cls — clear variables and reset ans
#timeout=<ms> — execution time limit
#repeat n — repeat following block n times
#repeat n m — repeat next n lines m times
Input
AUTO — run on input
ENTR — run (when AUTO off)