v = math.log (v)
Natural log of v. Note that math.exp is the inverse operation. math.log (123456) --> 11.723640096265 math.exp (math.log (123456)) --> 123456
math.log (123456) --> 11.723640096265 math.exp (math.log (123456)) --> 123456