One more mind blowing #PowerShell #DotNet #DataType #Astonomy fun:
Can I fit the observable universe into a [double]?
~~~PowerShell
$observableUniverse = 8.8E+26 -as [double]
[Math]::Sqrt([double]::MaxValue)/$observableUniverse
~~~
1.52361453749348E+127
(a [double] fits the universe)
Yes! 😀👽🌌