Big number calculator

Click to see available functions...

  • min(x1 ; x2 ;...) or min()
  • max(x1 ; x2 ;...) or max()
  • sin(x) /radians/
  • cos(x)
  • tan(x)
  • cot(x)
  • degtodeg(deg ; min ; sec)
  • degtorad(deg)
  • degtorad(deg ; min ; sec)
  • radtodeg(rad)
  • asin(x)
  • acos(x)
  • atan(x)
  • acot(x)
  • sinh(x)
  • cosh(x)
  • tanh(x)
  • coth(x)
  • asinh(x)
  • acosh(x)
  • atanh(x)
  • acoth(x)
  • ln(x)
  • log(x; base)
  • exp(x)
  • abs(x)
  • sgn(x)
  • round(x)
  • int(x)
  • ceil(x)
  • floor(x)
  • frac(x)
  • factorial(x)
  • gamma(x)
  • sqrt(x)
  • root(x ; index)
  • mod(x ; y)
  • if(cond ; when_true ; when_false)
  • or(x ; y) (logical or)
  • and(x ; y) (logical and)
  • not(x) (logical not)
  • bitor(x ; y)
  • bitand(x ; y)
  • bitxor(x ; y)

operators...

  • % (percent)
  • ^ (pow)
  • * (mul)
  • / (div)
  • + (add)
  • - (sub)
  • < (lower than)
  • > (greater than)
  • <= (lower than or equal to)
  • >= (greater than or equal to)
  • == (equal)
  • != (not equal)
  • && (logical and)
  • || (logical or)

and variables...

  • e
  • pi