exp
# given 0
$number->exp; # 1
# given 1
$number->exp; # 2.71828182845905
# given 1.5
$number->exp; # 4.48168907033806
The exp method returns e (the natural logarithm base) to the power of the number. This method returns a Data::Object::Float object.
exp() : NumObject
method
5 POD Errors
The following errors were encountered while parsing the POD:
- Around line 10:
Unknown directive: =name
- Around line 14:
Unknown directive: =usage
- Around line 28:
Unknown directive: =description
- Around line 33:
Unknown directive: =signature
- Around line 37:
Unknown directive: =type