| ||||||
| 5/26 |
| 2001/10/20-21 [Uncategorized] UID:22783 Activity:moderate |
10/19 in bc how to do calculate lg n, log n, etc? ln(y) n?
\_ uh, run bc -l, then use the change-of-base formula with the natural
log function (l) ...?
\_ you only need natural log, ln.
log10(x) = ln(x)/ln(10) |