Just want to know if bash convert engineering number

Asked By 80 points N/A Posted on -
qa-featured

Hi there! I'm working on my so called engineering software and would like to incorporate bash. Does bash convert engineering number? Just want to be sure first before using it. Thanks.

SHARE
Answered By 0 points N/A #198386

Just want to know if bash convert engineering number

qa-featured

Hello,

 

Yes, definitely bash can do number crunching on scientific notations. You can make your bash script even more powerful
by incorporating the use of a famous text processing utility named awk. With that you have to define fewer number of variables than you would in your bash script. For reference here is a very good site. I am giving you a link to a discussion that talks about this very issue.
 
 
Hope it helps.
 
Best Regards,
Parisi

Related Questions