MathFunctionLn constructor

const MathFunctionLn(
  1. MathNode number
)

Creates the ln function

Implementation

const MathFunctionLn(MathNode number)
    : super(number, x2: const MathFunctionE());