Binary scaling: Difference between revisions

Content deleted Content added
See also: +link
+ Inconsistent: seems fixed point, not floating point
Line 1:
{{Refimprove|date=December 2009}}
'''Binary scaling''' is a [[computer programming]] technique used typically in embedded [[C (programming language)|C]], [[Digital signal processing|DSP]] and [[assembly language|assembler]] programs to implement [[floating point]] operations by using the native [[integer]] arithmetic of the processor.{{Inconsistent|reason=According to the description below, this does not seem to implement floating point, but fixed point.|date=July 2018}}
 
==Overview==