Content deleted Content added
Dispraekailo (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1:
'''Binary scaling''' is a [[computer programming]] technique used mainly by embedded [[C programming language|C]], [[Digital signal processing|DSP]] and [[assembly language|assembler]] programmers to perform a pseudo [[floating point]] using [[integer]] arithmetic.
It is both faster and more accurate than directly using floating point instructions, however
A position for the virtual 'binary point' is taken, and then subsequent arithetic operations
|