Update P_C.py
This commit is contained in:
parent
309cb380a0
commit
ed5fe08cf9
@ -66,7 +66,7 @@ def S_N_D(A, B): # stand for Scientific notation divided
|
|||||||
return R
|
return R
|
||||||
|
|
||||||
|
|
||||||
def G_C(M, m, R, G): #stand for gravity calculation
|
def G_C(M, m, R, G): # stand for gravity calculation
|
||||||
"""
|
"""
|
||||||
formats:
|
formats:
|
||||||
M : ship's mass
|
M : ship's mass
|
||||||
@ -79,4 +79,3 @@ def G_C(M, m, R, G): #stand for gravity calculation
|
|||||||
A = S_N_M(M, m, G)
|
A = S_N_M(M, m, G)
|
||||||
B = S_N_D(A, S_N_M(R, R))
|
B = S_N_D(A, S_N_M(R, R))
|
||||||
return B
|
return B
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user