WorkingPrecision
Khả dụng
Option for numerical precision
WorkingPrecision
FindRoot[x ^ 2 - 2, {x, 1}, WorkingPrecision -> 60]
→ {x -> 1.4142135623730951}NDSolve[{x''[t] + x[t] / (1 + t ^ 2) == 0, x[0] == 1, x'[0] == 0}, x, {t, 0, 50}, WorkingPrecision -> 24]
→ {{x -> InterpolatingFunction[{{0., 50.}}, <>]}}Plot[f[x], {x, -0.0001, 0.0001}, WorkingPrecision -> 24]
→ -Graphics- Tất cả 6300 hàm ·
Dùng cái này từ một client MCP