The LN function is the inverse of theEXP functionand is used to model exponential decay.
The LN function takes just one argument,number, which should be a positive number.
The base argument defaults to 10 if not supplied.
The constant e is a numeric constant relating to exponential growth and decay whose value is approximately 2.71828.
The EXP function is the inverse of theLN (natural…