Menu

#18 New Scripts

open
nobody
5
2012-05-26
2012-05-26
Jey Kang
No

1.#Polygon int. angle Formula
[PromptVal=n]
(n/((n/180)+2))
2.#Polygon sides Formula
[PromptVal=n]
(n/180)+2
3.#Polygon Int. Angle (uses num. of sides)
[PromptVal=n]
(((n-2)*180)/((((n-2)*180)/180)+2))
4.#Exterior angle of Polygon(uses sides)
[PromptVal=n]
180-(((n-2)*180)/((((n-2)*180)/180)+2))
5.#Exterior angle(uses measure of sum of total angles)
[PromptVal=n]
180-(n/((n/180)+2)
6.#Polygon Total Angle formula
[PromptVal=n]
((n-2)*180)

Discussion


Log in to post a comment.