Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FUNCTION ellf(phi,ak)
|
||||
REAL ellf,ak,phi
|
||||
CU USES rf
|
||||
REAL s,rf
|
||||
s=sin(phi)
|
||||
ellf=s*rf(cos(phi)**2,(1.-s*ak)*(1.+s*ak),1.)
|
||||
return
|
||||
END
|
||||
Reference in New Issue
Block a user