Contact: aviboots(AT)netvision.net.il
41,467 questions
54,014 answers
573 users
n = 16 puts Math.exp(Math.log(n) / 4.0) # run: # # 2.0 #
n = 16 puts n ** (1.0 / 4) # run: # # 2.0 #