- Convert Online
- Mathematics
- Arithmetic
- Exponential of a Number
Exponential of a Number Calculator
Calculate Exponential of a Number online. Enter your values to see the result and the calculation.
{
"topic": "exponent-of-number",
"input_types": [
"int"
],
"input_labels": [
"n"
],
"input_values": [
"2"
],
"type": "Calculate",
"title": "Exponential of a Number",
"category": "Arithmetic",
"function": "function myFunc(arr) {\n let n = arr[0];\n return Math.exp(n);\n }",
"op_label": "Exponential of n",
"explanation": ""
}