bc: shring bc_lib[]
function old new delta bc_lib 1586 1584 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
15850832be
commit
146a79d19c
@ -7115,7 +7115,7 @@ static const char bc_lib[] ALIGN1 = {
|
||||
"\n" "x=-x"
|
||||
"\n" "}"
|
||||
"\n" "s=scale"
|
||||
"\n" "r=6+s+0.44*x"
|
||||
"\n" "r=6+s+.44*x"
|
||||
"\n" "scale=scale(x)+1"
|
||||
"\n" "while(x>1){"
|
||||
"\n" "d+=1"
|
||||
@ -7154,7 +7154,7 @@ static const char bc_lib[] ALIGN1 = {
|
||||
"\n" "p*=2"
|
||||
"\n" "x=sqrt(x)"
|
||||
"\n" "}"
|
||||
"\n" "while(x<=0.5){"
|
||||
"\n" "while(x<=.5){"
|
||||
"\n" "p*=2"
|
||||
"\n" "x=sqrt(x)"
|
||||
"\n" "}"
|
||||
|
Loading…
Reference in New Issue
Block a user