Elliptic integral of the third order for magnet calculus

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
Javier Lopez
Messages
74
Reaction score
3
I have the first and second orders that I use in a magnetic simulator, but i need the thirth also to do also with magnetic cylinders accordingly paper:
Do anybody have it in any code? I should pass to C++
 
Physics news on Phys.org
Yes, I know that and also exists in C++17 without installing boost but unfortunately I have a "corporate computer" with old VS2015.
I have the C++ version of the first and second kind, so I want the 3th also, but if taht is not possible I will have to install boost
 
It's open source. If you don't want to install the whole boost library, you could just download the source code and build your own function.
 
I tried but I do not found the fuction because is hidden after some calling systems and uses its own functions, so I installed boost 1.66 (using VS14 x64 binaries) and run the 1,2 & 3 kind integrals.