Log n

From Kolmafia
Jump to navigation Jump to search

Function Syntax

float log_n(float number )

  • number is the number to natural log

float log_n(float number ,float base )

  • number is the number to log
  • base is logarithmic base to use

Returns the logarithm of number.