< # .SYNOPSIS This script divides big integers using .NET Framework. .DESCRIPTION This script reimplements an MSDN Sample script using powershell. The script creates a dividor and an arry of dividends, then performs division operations several ways. .NOTES ...