Microsoft Calculator: What is the Exp Function Doing?

  • Context: High School 
  • Thread starter Thread starter Singularis
  • Start date Start date
  • Tags Tags
    Calculator
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 5K views
Singularis
Messages
5
Reaction score
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?
 
Mathematics news on Phys.org
Well if you want to calculate for instance [tex]2^5[/tex] you should use the [tex]x^y[/tex] function not the Exp function, the Exp function calculates [tex]2 \cdot 10^5[/tex].

I hope that I understood what you meant.
 
Thanks for replying...
Is the Exp an exponention function? and is it to do with E?
 
Well this E stands for [tex]\cdot 10^{2nd nr.}[/tex], for example, 2E5 is the same as [tex]2 \cdot 10^5[/tex]. So it is for multiply the first number with 10 to the power of the second number(after the E).