ABSTRACT

Analyzing the length of the resulting code, it seems that in many cases a shorter code can be obtained by reducing it to the BIN form. Then it is enough to use the appropriate arithmetic instructions ADD, SUBB, MUL and DIV. In the final phase the result should be converted into the desired output form. Maybe it will facilitate the understanding of coding and encourage the Reader to search for own programmatic implementations. Adopting, for example, the single-precision format, as recommended by the IEEE standard, would certainly result in a more extensive, and at the same time less readable, code of subroutines, which could effectively discourage an attempt to analyze them. People interesting in hardware or mixed code/hardware realization of arithmetic, what is common solutions met in the Graphical Processing Units may feel a little bit disappointed.