Floating point form spec: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
"Floating point form-spec" represents a format specification from the following group:  
"Floating point form-spec" represents a format specification from the following group:  


D - Double precision floating point
D - Double precision floating point<br>
S - Single precision floating point
S - Single precision floating point<br>
L - Long numeric
L - Long numeric<br>


These format specifications are fast, but non-portable. See [[Format Specifications]] for more information.
These format specifications are fast, but non-portable. See [[Format Specifications]] for more information.


[[Category:All Parameters]]
[[Category:All Parameters]]

Latest revision as of 14:37, 5 May 2014

{D|S|L}

"Floating point form-spec" represents a format specification from the following group:

D - Double precision floating point
S - Single precision floating point
L - Long numeric

These format specifications are fast, but non-portable. See Format Specifications for more information.