Ask Your Question

idkman's profile - activity

2019-07-28 21:14:37 +0200 received badge  Student (source)
2019-07-28 18:36:14 +0200 asked a question How to remove scientific notation when numerically approximating

Hello, I want to approximate values of the j invariant, but the output is stuck in scientific notation mode. I type in "numerical_approx(elliptic_j(sqrt(-5)))" and in return get:

"1.26453890947514e6 - 1.08723198724187e-9*I"

The scientific notation is extremely annoying, is there any way I could get an output without scientific notation? Thanks