RosettaCodeData/Task/Currying/PowerShell/currying-3.ps1
2026-04-30 12:34:36 -04:00

1 line
74 B
PowerShell

(4,9,16,25 | ForEach-Object { & (add $_) ([Math]::Sqrt($_)) }) -join ", "