Post Reply 
Convert number to engineering notation
08-30-2016, 04:16 AM
Post: #3
RE: Convert number to engineering notation
You can also program it using the STRING function.

Syntax: STRING(value, 4, digits)
where 4 specifies Engineering mode
and digits+1 is how many significant digits you'll get

Example: STRING(Gamma(12.3),4,6) --> "83.38537ᴇ6"

See the Help system's entry for STRING for more information.

Warning: In CAS, STRING must be spelled using uppercase letters. Case doesn't matter in Home or in ordinary programming.

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Convert number to engineering notation - Joe Horn - 08-30-2016 04:16 AM



User(s) browsing this thread: 1 Guest(s)