私は単純な計算機で作業しています&私の計算を行うライブラリファイルが必要です。数学計算用ライブラリ
I tried using arity2.0.1 but it gives wrong answers.
誰でも知っていますか?
ありがとうございます。
私は単純な計算機で作業しています&私の計算を行うライブラリファイルが必要です。数学計算用ライブラリ
I tried using arity2.0.1 but it gives wrong answers.
誰でも知っていますか?
ありがとうございます。
「単純な」電卓のために外部ライブラリで必要な機能は何ですか?
編集: http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html
私は+、*、 - 、/、^、log、sin、cos、tan、pi、1/x、sqrt、(、) –
標準のjava.Mathライブラリで十分です。http: /download.oracle.com/javase/1.4.2/docs/api/java/lang/Math.html – jsw
角括弧に含まれる計算方法 453 *(sin(60)* 452)/ 45 –
解決策を見つけました。ありがとうございます。 –