Scientific Calculator
Perform advanced mathematical calculations with functions
π’ Scientific Expression
Quick Functions
π Result
π Function Reference
Trigonometric
β’ sin(x), cos(x), tan(x)
β’ asin(x), acos(x), atan(x)
Mathematical
β’ log(x), exp(x), sqrt(x)
β’ abs(x), pow(x,y)
Constants
β’ PI β 3.14159
β’ E β 2.71828
Rounding
β’ floor(x), ceil(x)
β’ round(x)
π‘ Example Calculations
β οΈ Important Notes
β’ All trigonometric functions use radians
β’ Use PI for Ο (3.14159...)
β’ Use E for Euler's number (2.71828...)
β’ log() is the natural logarithm (base e)
β’ pow(x,y) calculates x raised to power y
β’ Results are rounded to 10 decimal places
πFormula
sin(x), cos(x), tan(x), log(x), sqrt(x), abs(x), pow(x,y), PI, E
π‘How it works
Enter mathematical expressions using supported functions. Examples: sin(PI/2), sqrt(16), log(10), pow(2,3)