18.12.2013 Views

DB2 9 for z/OS Hints and Tips for Application Programmers

DB2 9 for z/OS Hints and Tips for Application Programmers

DB2 9 for z/OS Hints and Tips for Application Programmers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

New Data Type: DECFLOAT<br />

V8<br />

Binary fractions cannot exactly<br />

represent most decimal<br />

fractions (e.g. 0.1 requires an<br />

infinitely long binary fraction)<br />

So, is 1.2 x 1.2 = 1.44?<br />

1.2 in a 32-bit binary float<br />

• 1.2 in a 32-bit binary float is<br />

actually<br />

1.2000000476837158203125<br />

• … <strong>and</strong> this squared is<br />

1.440000057220458984375<br />

V9<br />

New DECFLOAT data type is well<br />

suited to typical customer financial<br />

calculations, similar to “calculator”<br />

mathematics.<br />

Eliminates rounding errors by using<br />

base 10 math <strong>and</strong> provides floating<br />

point convenience with fixed point<br />

precision.<br />

Has up to 34 digits of precision<br />

DECFLOAT(16)<br />

10+384 to 10-383 positive & negative<br />

DECFLOAT(32)<br />

10+6144 to 10-6143 positive & negative

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!