Jump to content

solviong angles


 Share

Recommended Posts

here is a tiny script that helped me :whistle: solve my homework

$s = InputBox("angles", "type the number thats on your paper")
$a = InputBox("angles","type the degree of the angle 90, 180, 360")
$d = msgBox(0, "the answer is", $a - $s - $s - $s)
; to solve circle equations  add another - $s and then divide the answer by 2
; where it says $s = type whatever the number there is shown on your paper, $a = whatever kind of angle it is 90, 180, 360.

solving_angles__math_.au3

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...