expr | : | an expression |
Returns: real
Synopsis: This function returns the total CPU time taken to evaluate the expression expr. When no expression is passed, it returns the number of second since 00:00:00 GMT, January 1, 1970.
Examples:
> rtime(log10(factorial(100)));