3 lines
74 B
PowerShell
3 lines
74 B
PowerShell
|
|
$IsOdd = -not ( [bigint]$N ).IsEven
|
||
|
|
$IsEven = ( [bigint]$N ).IsEven
|