On Wed, 27 Feb 2002 [EMAIL PROTECTED] wrote:

> answer=(echo 0.245 \* $number)|bc
> echo $answer

bc uses integers by default. Try

answer=(echo 0.245 \* $number)|bc -l
echo $answer

LLaP
bero

-- 
This message is provided to you under the terms outlined at
http://www.bero.org/terms.html



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to