Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mpmath ライブラリは、試行されている残りの python と共にインストールされているようです。
from mpmath import *
それから考える
x= mpf (65455213.0)などは数マイル離れている可能性があります。最終的には、非常に長い数値に対して非常に正確な操作が必要です。時間は主な関心事ではありません。このような数値を演算とともに宣言する正しい構文は何ですか。
x= mpf (65455213.0)