dbo:abstract |
In computing, decimal32 is a decimal floating-point computer numbering format that occupies 4 bytes (32 bits) in computer memory.It is intended for applications where it is necessary to emulate decimal rounding exactly, such as financial and tax computations. Like the binary16 format, it is intended for memory saving storage. Decimal32 supports 7 decimal digits of significand and an exponent range of −95 to +96, i.e. ±0.000000×10−95 to ±9.999999×1096. (Equivalently, ±0000001×10−101 to ±9999999×1090.) Because the significand is not normalized (there is no implicit leading "1"), most values with less than 7 significant digits have multiple possible representations; 1 × 102=0.1 × 103=0.01 × 104, etc. Zero has 192 possible representations (384 when both signed zeros are included). Decimal32 floating point is a relatively new decimal floating-point format, formally introduced in the 2008 version of IEEE 754 as well as with ISO/IEC/IEEE 60559:2011. (en) |
dbo:wikiPageID |
23558692 (xsd:integer) |
dbo:wikiPageLength |
15306 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID |
1061111088 (xsd:integer) |
dbo:wikiPageWikiLink |
dbr:Declet_(computing) dbr:Significant_digits dbr:Computing dbr:Densely_packed_decimal dbr:Decimal_floating-point dbc:Data_types dbc:Floating_point_types dbc:Computer_arithmetic dbr:Half-precision_floating-point_format dbr:Binary_integer_decimal dbr:Bit_numbering dbr:Don't_care dbr:IEEE_754 dbr:IEEE_754-2008 dbr:Signed_zero dbr:Significand dbr:Decimal_digit dbr:ISO/IEC/IEEE_60559:2011 dbr:Computer_numbering_format dbr:Exponent dbr:Subnormal_numbers |
dbp:cs1Dates |
y (en) |
dbp:date |
July 2019 (en) |
dbp:wikiPageUsesTemplate |
dbt:= dbt:Gaps dbt:Math dbt:Mono dbt:Reflist dbt:Tmath dbt:Use_dmy_dates dbt:Val dbt:Lowercase dbt:Floating-point dbt:Densely_packed_decimal |
dct:subject |
dbc:Data_types dbc:Floating_point_types dbc:Computer_arithmetic |
gold:hypernym |
dbr:Computer |
rdf:type |
dbo:InformationAppliance |
rdfs:comment |
In computing, decimal32 is a decimal floating-point computer numbering format that occupies 4 bytes (32 bits) in computer memory.It is intended for applications where it is necessary to emulate decimal rounding exactly, such as financial and tax computations. Like the binary16 format, it is intended for memory saving storage. Decimal32 floating point is a relatively new decimal floating-point format, formally introduced in the 2008 version of IEEE 754 as well as with ISO/IEC/IEEE 60559:2011. (en) |
rdfs:label |
Decimal32 floating-point format (en) |
owl:sameAs |
freebase:Decimal32 floating-point format wikidata:Decimal32 floating-point format https://global.dbpedia.org/id/4ipsS |
prov:wasDerivedFrom |
wikipedia-en:Decimal32_floating-point_format?oldid=1061111088&ns=0 |
foaf:isPrimaryTopicOf |
wikipedia-en:Decimal32_floating-point_format |
is dbo:wikiPageRedirects of |
dbr:Decimal32 |
is dbo:wikiPageWikiLink of |
dbr:Decimal_data_type dbr:Decimal_floating_point dbr:Densely_packed_decimal dbr:Floating-point_arithmetic dbr:Machine_epsilon dbr:Orders_of_magnitude_(numbers) dbr:IEEE_754 dbr:Decimal32 |
is foaf:primaryTopic of |
wikipedia-en:Decimal32_floating-point_format |