This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Developed by Kyle Boehlen | |
'At Ken Garff SCC | |
'Last Updated 6/27/17 by Kyle Boehlen | |
'Contains all of the erlang functions needed such as Sigma, Factorial, SigmaFactorialLoop, ErlangC, Service Level, Traffic Intensity, and agents needed. | |
Function Factorial(ByVal n As Double) As Double | |
'Variable for answer | |
Dim dblAnswer As Double |