Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

#Mathematica 67 bytes

Mathematica 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&

#Mathematica 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&

Mathematica 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&
edited body
Source Link
DavidC
  • 25.5k
  • 2
  • 53
  • 106

#Mathematics#Mathematica 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&

#Mathematics 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&

#Mathematica 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&
Source Link
DavidC
  • 25.5k
  • 2
  • 53
  • 106

#Mathematics 67 bytes

This checks whether the area of the intersection of two disks is positive.

RegionMeasure@RegionIntersection[{#,#2}~Disk~#3,{#4,#5}~Disk~#6]>0&

AltStyle によって変換されたページ (->オリジナル) /