Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "ln"

Index

Functions

Functions

ln

  • ln(n: number): number
  • Takes the natural logarithm of a number

    Returns ln(-n), if n is negative and 0 if n is 0

    Parameters

    • n: number

    Returns number