Sci calc can read numbers in scientific notation format

  • Context: High School 
  • Thread starter Thread starter bobsmith76
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
bobsmith76
Messages
336
Reaction score
0
Does anyone know if this scientific calculator

http://web2.0calc.com/

can read numbers in scientific notation format. If you multiply 20^103 you get a huge number and I can't read it because it's so huge.
 
Mathematics news on Phys.org
never mind, i got it. press = twice. they should have made that more obvious. the instructions were well hidden.
 
bobsmith76 said:
Does anyone know if this scientific calculator

http://web2.0calc.com/

can read numbers in scientific notation format. If you multiply 20^103 you get a huge number and I can't read it because it's so huge.

Use Python:

>>> 20**103
101412048018258352119736256430080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
>>>