Comment on Mathematicians trace source of Rogers-Ramanujan identities, find algebraic goldparentComments−JadeNB12yTime taken to execute the function fib(a) is denoted by t(a).This function has a name: t(a) = fib(a) (up to some fiddling with constants, depending on how you count execution 'time').−NAFV_P12yThis function has a name: t(a) = fib(a) (up to some fiddling with constants, depending on how you count execution 'time').I was thinking of either time() or gettimeofday() from the standard and POSIX libraries respectively.
Comments
This function has a name: t(a) = fib(a) (up to some fiddling with constants, depending on how you count execution 'time').
I was thinking of either time() or gettimeofday() from the standard and POSIX libraries respectively.