Continuing my series of functions that can be used for geometric calculations its time for a quick look at spheres.
Remember in all of these functions that PI is set as a constant when the module is loaded:
New-Variable -Name pi -Value ([math]::PI… Read the full text.