You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
64 B

6 years ago
  1. a <== b === c
  2. r = a ? c ? 5 : 6 : b ? 3 : 4
  3. c = sqrt(a**2+b**2)