|
大小: 615
备注:
|
← 于2008-02-23 15:35:36修订的的版本4 ⇥
大小: 641
备注: converted to 1.6 markup
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 2: | 行号 2: |
| <<Navigation(slides)>> |
| 幻灯片模式 ^ |< << 幻灯片109/221 >> >| |
A.2.5.3 Floating Constants
A floating constant consists of an integer part, a decimal part, a fraction part, an e or E, an optionally signed integer exponent and an optional type suffix, one of f, F, l, or L. The integer and fraction parts both consist of a sequence of digits. Either the integer part, or the fraction part (not both) may be missing; either the decimal point or the e and the exponent (not both) may be missing. The type is determined by the suffix; F or f makes it float, L or l makes it long double, otherwise it is double.