Jump to content

[SOLVED] Is there a fast way to convert E notation to decimal? example: -9.7205E-01


ultrus

Recommended Posts

Hello,

I'm playing around with the Yale Bright Star Catalog, thinking of the best way to convert the E notation provided into decimal numbers. I know how to do it the hard way by parsing the string and doing the math. Is there a pre-built function for this though?:

 

-9.7205E-01 = -.97205

2.3496E+01= 23.496

-1.3808E+01 = -13.808

 

Thanks for the feedback. :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.