Evaluate

Supported operators

Operators

  1. +: plus

  2. -: minus

  3. *: multiply

  4. /: divide

  5. ^: to the power of

  6. sin: sine

  7. cos: cosine

  8. tan: tangent

  9. sin-1

  10. cos-1

  11. tan-1

  12. log: logarithm

  13. sqrt : square root of

  14. nCr

  15. ! : factorial

  16. Sec

  17. Csc

  18. Cot

Constants

  1. PI : Pi = 3.1415926535897932384......
  2. ANS: Replace the previous answer in to the formula

Priority:

  1. ()
  2. Sqrt Sin Cos Tan Log Sin-1 Cos-1 Tan-1 nCr ! Sec Csc Cot
  3. * /
  4. + -