freeCodeCamp/guide/english/tools/calculators/scientific-calculator/index.md

15 lines
913 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Scientific Calculator
---
## Scientific Calculator
Scientific calculator is just an extention to a basic calculator and can be used for various purposes. There is no fixed set of operations that a scientific calculator can perform infact it can get variably complex based on the use case. Generally, scientific calculators are used to quickly access certain mathematical functions, especially those which will take complex calculations even with a standard calculator.
2018-10-12 19:37:13 +00:00
Some good online scientific calculators to use on the go:
* Simply type "scientific calculator" in Google and hit enter
* [Desmos Scientific Calculator](https://www.desmos.com/scientific)
* [Wolfram Alpha](https://www.wolframalpha.com/tour/): A whole engine for computing answers
2018-10-12 19:37:13 +00:00
#### More Information:
To know more about scientific calculator: [Wiki on scientific calculator](https://en.wikipedia.org/wiki/Scientific_calculator)