Logarithms in Sonic Pi?

live_loop :test_log_in_ruby do
  tick
  puts "x=", look, "log(x)=", Math.log(look)
  sleep 1
end
1 Like