diff options
-rw-r--r-- | miscutils/bc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index 2a9f3e2d3..f85ab1aea 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -7115,7 +7115,7 @@ static const char bc_lib[] ALIGN1 = { | |||
7115 | "\n" "x=-x" | 7115 | "\n" "x=-x" |
7116 | "\n" "}" | 7116 | "\n" "}" |
7117 | "\n" "s=scale" | 7117 | "\n" "s=scale" |
7118 | "\n" "r=6+s+0.44*x" | 7118 | "\n" "r=6+s+.44*x" |
7119 | "\n" "scale=scale(x)+1" | 7119 | "\n" "scale=scale(x)+1" |
7120 | "\n" "while(x>1){" | 7120 | "\n" "while(x>1){" |
7121 | "\n" "d+=1" | 7121 | "\n" "d+=1" |
@@ -7154,7 +7154,7 @@ static const char bc_lib[] ALIGN1 = { | |||
7154 | "\n" "p*=2" | 7154 | "\n" "p*=2" |
7155 | "\n" "x=sqrt(x)" | 7155 | "\n" "x=sqrt(x)" |
7156 | "\n" "}" | 7156 | "\n" "}" |
7157 | "\n" "while(x<=0.5){" | 7157 | "\n" "while(x<=.5){" |
7158 | "\n" "p*=2" | 7158 | "\n" "p*=2" |
7159 | "\n" "x=sqrt(x)" | 7159 | "\n" "x=sqrt(x)" |
7160 | "\n" "}" | 7160 | "\n" "}" |