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