4 lines
53 B
PowerShell
4 lines
53 B
PowerShell
|
|
function infinity {
|
||
|
|
[double]::PositiveInfinity
|
||
|
|
}
|