由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - java里有什么科学计算的库?
相关主题
弱问:System.out.println( Math.sqrt( 4 ) ); 输出2.0。如果要出整数2,该怎么写?
相关话题的讨论汇总
话题: 科学计算话题: java话题: commons话题: same话题: principle
进入Java版参与讨论
1 (共1页)
f******y
发帖数: 2971
1
本人熟练C++,java是新手,请大家指点一下。
g*****g
发帖数: 34805
2
You can google it. Should be a lot of them, like commons-math

【在 f******y 的大作中提到】
: 本人熟练C++,java是新手,请大家指点一下。
f******y
发帖数: 2971
3
commons-math 看起来不错,基本上有我想要的所有功能,谢好虫。

【在 g*****g 的大作中提到】
: You can google it. Should be a lot of them, like commons-math
b******y
发帖数: 9224
4
nice, I only used java.lang.Math.
Apache commons got some good stuff, I like it a lot. Mainly it is the same
Unix principle, keep things simple and combining simple modules to
accomplish bigger tasks.
t*******e
发帖数: 684
5
Portal and Mashup adhere to the same principle.

same

【在 b******y 的大作中提到】
: nice, I only used java.lang.Math.
: Apache commons got some good stuff, I like it a lot. Mainly it is the same
: Unix principle, keep things simple and combining simple modules to
: accomplish bigger tasks.

1 (共1页)
进入Java版参与讨论
相关主题
弱问:System.out.println( Math.sqrt( 4 ) ); 输出2.0。如果要出整数2,该怎么写?
相关话题的讨论汇总
话题: 科学计算话题: java话题: commons话题: same话题: principle