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.
複素数の一般的な形式は次のよう になります。z=a+i*bここで、iはsqrt(-1)です。
z=a+i*b
sqrt(-1)
これをJavaで表現する方法について質問がありますか?
このライブラリは、複素数で必要なものをすべて提供します:http: //commons.apache.org/math/
例: http ://commons.apache.org/math/userguide/complex.html