- #1
Singularis
- 5
- 0
When you use Microsofts calculator's Exp function it does not raise the number you enter exponenently it requestions another number and then does this
result = firstnumber * 10^second number
What is it doing?
result = firstnumber * 10^second number
What is it doing?