I'm making a short sub to calculate an electromagnets field strength.
I can't get 10 to the power of -7 to show properly here so
you can see the equation at this link:
http://education.jlab.org/qa/electromagnet_02.html
I want to make sure I have the Mu part programmed correctly.
Can someone tell me if this the is the right way to do it?
VB Code:
dMu = (4 * 3.141592) * (10 * Exp(-7))
