請問文字界面的計算機 - Linux

Table of Contents

問的是bc
有沒有辦法輸入和輸出科學記號
比如說一個文字檔案list:
1.234E+03 * -2.345E-02
bc < list
然後輸出是
-2.8937E+01

--

All Comments

Tristan Cohan avatarTristan Cohan2009-03-14
不太懂,如果直接打可以嗎?
David avatarDavid2009-03-14
bc好像只能算最基本的?