Java syntax: Difference between revisions

Content deleted Content added
Small WP:COPYEDITs WP:EoS: WP:TERSE, clarify, MOS:NOTETHATs cut. WP:LINKs: update-standardizes, adds, needless WP:PIPE > WP:NOPIPE. WP:REFerences: plain text > WP:CITations; parameters: adds, fills, author > last + first, update-standardize-conform, reorders. WP:NAVBOX update. Adds: MOS:COMMENT, WP:CATEGORY.
`5.` = (double)5
Line 121:
|-
!rowspan="2" | double
|{{mono|23.5D}}, {{mono|.5}}, {{mono|5.}}, {{mono|1.72E3D}} (decimal fraction with an optional exponent indicator, followed by optional {{mono|D}})
|-
|{{mono|0x.5FP0}}, {{mono|0x.5P-6D}} ({{mono|0x}} followed by a hexadecimal fraction with a mandatory exponent indicator and an optional suffix {{mono|D}})