bc: simplify representation of 0.5 in sqrt()
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 29 Dec 2018 15:23:34 +0000 (16:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 29 Dec 2018 15:23:34 +0000 (16:23 +0100)
commit8ab209f00ebfc9afeeed70bc950817a2567e7389
tree30b5b3bea0812de5bab45db7c1837bc54ef6b725
parent374d2c47ec956b43ced2879cd8305db616625103
bc: simplify representation of 0.5 in sqrt()

function                                             old     new   delta
zxc_program_exec                                    4012    4149    +137
zdc_program_printStream                              144       -    -144
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/0 up/down: 137/-144)           Total: -7 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c