摘要: public class SqrtDemo { public static void main(String[] args) { sqrtNewton(2, 0.00000001); // squareRoot(2, 0.00000001); } /** * 牛顿开根法 * * @param i 根 阅读全文
posted @ 2021-11-24 14:29 c3p4501 阅读(48) 评论(0) 推荐(0)