Glossary

Fixed-Point Arithmetic

Arithmetic operations performed on numbers with a fixed number of decimal places, as opposed to floating-point. COBOL's default arithmetic model uses fixed-point decimal (*COMP-3* or *DISPLAY* numeric), which is preferred for financial calculations because it avoids floating-point rounding errors. (

Learn More

Related Terms