python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GNU MP low precision while using mpf_pow function
While writing this answer, I used the mpf_pow function to calculate 12.3 ^ 123, and the result is different from the one given by WolframAlpha (which by the way also uses GMP).
I casted the code to pu...
Arc
Votes: 0
Answers: 2
How can I solve an equation with two changing variables in Mathematica?
I want to solve an equation for one value x and many values y. However, x should also change after a certain number of runs of y. I was thinking of a nested for-loop, as I am still relatively new to M...
Stealth Frosch
Votes: 0
Answers: 0