ammassk
Member level 2
dear all,
I need to do the division of two fixed point numbers.Can anybody help me to do coding for this.
eg: 1.75 /1.5
1.75 is 0000000111000000(16 bit representation)
1.5 is 0000000110000000(16 bit representation).
1.75 /1.5=1.166667. =0000000100101011.
I need to do the division of two fixed point numbers.Can anybody help me to do coding for this.
eg: 1.75 /1.5
1.75 is 0000000111000000(16 bit representation)
1.5 is 0000000110000000(16 bit representation).
1.75 /1.5=1.166667. =0000000100101011.