Contact: aviboots(AT)netvision.net.il
41,467 questions
54,014 answers
573 users
n = 16 puts Math.cbrt(n) # run: # # 2.5198420997897464 #
n = 16 puts Math.exp(Math.log(n) / 3.0) # run: # # 2.519842099789746 #