Write a function that calculates the difference between the log and natural log of a vector, to two decimal places

example:

x = [10, 100, 1000]

output = [1.3 2.61 3.91]

Solution Stats

572 Solutions

195 Solvers

Last Solution submitted on Apr 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...