Total circles area: Difference between revisions

m
m (→‎{{header|Perl 6}}: reduce redundancy)
Line 1,439:
 
=={{header|Julia}}==
{{works with|Julia|0.6}}
 
Simple grid algorithm. Borrows the xmin/xmax idea from the Python version. This algorithm is fairly slow.
<lang julia>using Printf
 
<lang julia># Total circles area: https://rosettacode.org/wiki/Total_circles_area
# v0.6
 
xc = [1.6417233788, -1.4944608174, 0.6110294452, 0.3844862411, -0.2495892950, 1.7813504266,
4,104

edits