> let mj = =0.81649658092772603272*(4+$i) > si zice: > ./run: line 11: syntax error near unexpected token `j=0.81649658092772603272*(4' > ./run: line 11: `let j=0.81649658092772603272*(4+$i)'
let mj = $((0.8*(4+$i))) ... dar n-o sa mearga, pentru ca nu poti folosi numere reale in bash/zsh. Nu stiu despre csh, ca n-am folosit. Dar, ai putea face in perl :) perl -e "print(0.81649658092772603272*(4+$i))' # ar putea chiar sa mearga ;) -- Radu <[EMAIL PROTECTED]> www.littledragon.f2s.com It is the weak who are cruel, only the strong can be truly gentle. --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
