4 lines
178 B
PowerShell
4 lines
178 B
PowerShell
|
|
Add-Type -Path "C:\Program Files (x86)\Math\MathNet.Numerics.3.12.0\lib\net40\MathNet.Numerics.dll"
|
||
|
|
|
||
|
|
1..20 | ForEach-Object {[MathNet.Numerics.SpecialFunctions]::Gamma($_ / 10)}
|