How to Get Euler’s Number in the R Programming Language (Example Code)

Below, I’ll illustrate how to calculate Euler’s number in R.

Example: Get Euler’s Number

exp(1)        # Returning Euler's number
# 2.718282

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

Menu
Top