Octuple-precision floating-point format: Difference between revisions

Content deleted Content added
Implementations: Added content and made it more legible and improved organization
Tags: Mobile edit Mobile web edit
added 'Simplest way of describing it:' to help out readers that dont yet understand memory allocation or what precision floating-point format is
Line 1:
In [[computing]], '''octuple precision''' is a binary [[floating-point]]-based [[computer number format]] that occupies 32 [[byte]]s (256 [[bit]]s) in computer memory. This 256-[[bit]] octuple precision is for applications requiring results in higher than [[quadruple precision]]. This format is rarely (if ever) used and very few things support it.
 
''''Simplest way of describing it:'''' Octuple-precision floating-point format is a way for computers to store numbers with decimals. It takes up a lot of space and can store very huge numbers.
{{Floating-point}}