Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -0,0 +1,5 @@
|
|||
1.
|
||||
1.23
|
||||
1e-5
|
||||
.5
|
||||
1.23E4
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
printf(1,"Exponential:\t%e, %e, %e, %e\n",{-10.1246,10.2356,16.123456789,64.12})
|
||||
printf(1,"Floating Point\t%03.3f, %04.3f, %+3.3f, %3.3f\n",{-10.1246,10.2356,16.123456789,64.12})
|
||||
printf(1,"Floating Point or Exponential: %g, %g, %g, %g\n",{10,16.123456789,64,123456789.123})
|
||||
Loading…
Add table
Add a link
Reference in a new issue