Skip to main content
added 173 characters in body
Source Link
Kroppeb
  • 1.8k
  • 10
  • 11

Brachylog, 2323 21 bytes

{z{{⊇Ċ-^₂}ᶠ}ᵐz+ᵐo}ᵐz/ᵐ=

-2 bytes thanks to Unrelated String

A predicate that only accepts similar triangles. Note that for negative values you have to type _1 instead of -1

Try it online!Try it online!

Brachylog, 23 bytes

{z{{⊇Ċ-^₂}ᶠ}ᵐz+ᵐo}ᵐz/ᵐ=

A predicate that only accepts similar triangles. Note that for negative values you have to type _1 instead of -1

Try it online!

Brachylog, 23 21 bytes

{{{⊇Ċ-^₂}ᶠ}ᵐz+ᵐo}ᵐz/

-2 bytes thanks to Unrelated String

A predicate that only accepts similar triangles. Note that for negative values you have to type _1 instead of -1

Try it online!

Source Link
Kroppeb
  • 1.8k
  • 10
  • 11

Brachylog, 23 bytes

{z{{⊇Ċ-^₂}ᶠ}ᵐz+ᵐo}ᵐz/ᵐ=

A predicate that only accepts similar triangles. Note that for negative values you have to type _1 instead of -1

Try it online!