早些時候,我要求製作一個三角函數計算器。我接受了這個建議,但我仍然無法讓它給出答案。這裏是我的代碼:我的三叉計算器有什麼問題?
import math
trig = raw_input ('What are you looking for? A) I have the opposite, and I want the Hypotenuse. ')
if trig.lower() == 'a':
ang = float(raw_input ('Please enter the measure of the angle you have '))
line = float(raw_input ('Please enter the length of the opposite! '))
print "answer is", math.asin(ang)*line
這將是更好編輯您原來的問題,而不是開始一個新的,幾乎是相同的。 – omz
它返回什麼? – Andrew
問題與編程無關,但與數學背景有關。標記爲引起注意 – mad