Exp (Function) — Skript

Addon: Skript · Category: Function

Syntax

exp(n: number) :: number

Description

The exponential function. You probably don't need this if you don't know what this is.

Examples

exp(0) = 1
exp(1) = 2.7183

View source