# Scientific Calculator > Perform complex mathematical operations including trigonometry, logarithms, and exponents. Page: https://askcalculators.com/calculator/scientific-calculator/ Definition: https://askcalculators.com/calculator/scientific-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/scientific-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/scientific-calculator/?expression=0 ## Inputs - expression: Expression; type=text; optional; default=0 ## Outputs - result: Result; format=text; primary ## Formula The entered mathematical expression is tokenized and evaluated by the restricted calculator expression parser. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.