Sum multiples of 3 and 5: Difference between revisions

m
m (Remove nonexistent template for Haskell)
Line 1,000:
 
=={{header|Powershell}}==
Here is a cmdetcmdlet that will provide the sum of unique multiples of any group of numbers below a given limit. I haven't attempted the extra credit here as the math is too complex for me at the moment.
<lang Powershell>function Get-SumOfMultiples
{