From ed5fe08cf9614773d6c81c39f3ab099902544e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Fri, 1 Jan 2021 11:29:27 +0800 Subject: [PATCH] Update P_C.py --- libs/P_C.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/P_C.py b/libs/P_C.py index f55e1cb..693f517 100644 --- a/libs/P_C.py +++ b/libs/P_C.py @@ -66,7 +66,7 @@ def S_N_D(A, B): # stand for Scientific notation divided 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: 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) B = S_N_D(A, S_N_M(R, R)) return B -