Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Erlang C formula? 2

Status
Not open for further replies.

terzaghi

Programmer
Aug 25, 2003
49
IT
Hi,

does anyone has a roubust algorithm to calculate the erlang c formula? I found on the Internet a good algorithm for Erlang B formula. The Problem is that, in order to evaluate the result, it is necessary, in practical situation, to calculate numbers such as 200^100 and 200!

thanks to anyone who cal help me!
 
Yes I know the formula. as you cans see it says A^N/N! where A is the erlangs and N is the number of servers. in our problem erlang is a number like 100 and N is a number like 120 so I have to evaluate a number like 100^120/120!

(120! is 120*119*118*....*5*4*3*2*1)

so the problem is that exel cannot avaluatre that number even with double precision. does enyone know a nother formula (or algorithm) to avaluate the same thing without calculating that huge numbers? This is my problem. Thanks a lot.

for Erlang B formula its easy to do.. see this link:

thanks a lot
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top