HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
format
Syntax
format(Real,Str("f4"||"s5"||"e6"))
Description
Transforms the real into a string with the indicated format (f=float,s=scientific,e=engineering).
Example
format(9.3456,"s3") returns 9.35
format — Discussion
↑Back to top