sS formatDouble3X(double d) { ret formatDoubleX(d, 3); }
Began life as a copy of #1007644
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1031935 |
| Snippet name: | formatDouble3X - format made with 3 fixed digits |
| Eternal ID of this version: | #1031935/1 |
| Text MD5: | 52570199c49075b4e4ce525a4a6e17b9 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-03 16:37:55 |
| Source code size: | 62 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 418 / 439 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031970 - formatDouble3 - format made with up to 3 digits #1035770 - formatDouble1X - format made with 1 fixed digit #1035814 - formatDouble2X - format made with 2 fixed digits |