三角関数の計算

A = 評価(入力())
B = 評価(入力())
インポート数学
X =( - B + POW(2 * math.sin(math.radians(60))* math.cos(math.radians(60))、0.5))/(2 * A)
プリント(X)

 

おすすめ

転載: www.cnblogs.com/670ling/p/12589960.html