Radical of an integer: Difference between revisions

Content added Content deleted
m (→‎{{header|Julia}}: add stretch)
m (→‎{{header|Phix}}: added links to other charbarcharts)
Line 544: Line 544:
<span style="color: #7060A8;">printf</span><span style="color: #0000FF;">(</span><span style="color: #000000;">1</span><span style="color: #0000FF;">,</span><span style="color: #008000;">" %,6d\n"</span><span style="color: #0000FF;">,</span> <span style="color: #000000;">pcount</span> <span style="color: #0000FF;">+</span> <span style="color: #000000;">ppcount</span> <span style="color: #0000FF;">+</span> <span style="color: #000000;">1</span><span style="color: #0000FF;">)</span>
<span style="color: #7060A8;">printf</span><span style="color: #0000FF;">(</span><span style="color: #000000;">1</span><span style="color: #0000FF;">,</span><span style="color: #008000;">" %,6d\n"</span><span style="color: #0000FF;">,</span> <span style="color: #000000;">pcount</span> <span style="color: #0000FF;">+</span> <span style="color: #000000;">ppcount</span> <span style="color: #0000FF;">+</span> <span style="color: #000000;">1</span><span style="color: #0000FF;">)</span>
<!--</syntaxhighlight>-->
<!--</syntaxhighlight>-->
Output matches other entries (but w/o a charbarchart)
Output matches other entries, but w/o a charbarchart - should you pine see
[[Modified_random_distribution#Phix|here]],
[[Statistics/Basic#Phix|here]],
[[Statistics/Normal_distribution#Phix|here]], or
[[File_size_distribution#Phix|here]].


=={{header|Raku}}==
=={{header|Raku}}==