4 Aoû
2018
4 Aoû
'18
08:27
On Aug 4, 2018, at 2:08 PM, Adam <adam.mlmb@gmail.com> wrote:
While this may understandably appear trivial for you, would you mind to give one minute to spell out the code for
(define (log2 n) (logn n 2)) (define (log10 n) (logn n 10)) (define (logn n base) (/ (log n) (log base))) Marc