[OutNumber,Fractions]
= dec2thirtytwo(InNumber,Accuracy) changes
a decimal price quotation for a bond or bond future to a fraction
with a denominator of 32.
This example shows two bonds that are quoted with decimal prices of 101.78 and 102.96. These prices are converted to fractions with a denominator of 32.
Input number, specified as an N-by-1 vector
of numeric decimal fractions.
Data Types: double
Rounding, specified as an N-by-1 vector of accuracy
desired with numeric values of 1, 2,
4 or 10. The values are:
1, round down to nearest thirty second,
2 (nearest half), 4 (nearest
quarter), or 10 (nearest decile).