All pastes #2101664 Raw Edit

Untitled

public text v1 · immutable
#2101664 ·published 2012-01-09 19:31 UTC
rendered paste body
>> log(factorial(100))

ans =

    3.637393755555635e+002

>> 100 * log(100) - 100

ans =

    3.605170185988092e+002

>>