Registered Users Restricted Area
BIG FLOATING NUMBERS Calculator


Select required precision:






You can use following functions:

  1. min(x1 ; x2 ;...) or min()
  2. max(x1 ; x2 ;...) or max()
  3. sin(x) /radians/
  4. cos(x)
  5. tan(x)
  6. cot(x)
  7. degtodeg(deg ; min ; sec)
  8. degtorad(deg)
  9. degtorad(deg ; min ; sec)
  10. radtodeg(rad)
  11. asin(x)
  12. acos(x)
  13. atan(x)
  14. acot(x)
  15. sinh(x)
  16. cosh(x)
  17. tanh(x)
  18. coth(x)
  19. asinh(x)
  20. acosh(x)
  21. atanh(x)
  22. acoth(x)



  1. ln(x)
  2. log(x; base)
  3. exp(x)
  4. abs(x)
  5. sgn(x)
  6. round(x)
  7. int(x)
  8. ceil(x)
  9. floor(x)
  10. frac(x)
  11. factorial(x)
  12. gamma(x)
  13. sqrt(x)
  14. root(x ; index)
  15. mod(x ; y)
  16. if(cond ; when_true ; when_false)
  17. or(x ; y) (logical or)
  18. and(x ; y) (logical and)
  19. not(x) (logical not)
  20. bitor(x ; y)
  21. bitand(x ; y)
  22. bitxor(x ; y)

the following operators:

  1. % (percent)
  2. ^ (pow)
  3. * (mul)
  4. / (div)
  5. + (add)
  6. - (sub)
  7. < (lower than)
  8. > (greater than)
  9. <= (lower than or equal to)
  10. >= (greater than or equal to)
  11. == (equal)
  12. != (not equal)
  13. && (logical and)
  14. || (logical or)


and the following variables:

  1. e
  2. pi