ln
Find the natural logarithm of x
ln<return_type>(x);ln<int>(123); //2
ln<float>(371283123789); //26.6402
ln<bool>(7); //1Error: The natural logarithm is undefined for non-positive values.Last updated
ln<return_type>(x);ln<int>(123); //2
ln<float>(371283123789); //26.6402
ln<bool>(7); //1Error: The natural logarithm is undefined for non-positive values.Last updated