Exp (Function) — Skript
Addon: Skript · Category: Function
Syntax
exp(n: number) :: numberDescription
The exponential function. You probably don't need this if you don't know what this is.
Examples
exp(0) = 1
exp(1) = 2.7183Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: Skript · Category: Function
exp(n: number) :: numberThe exponential function. You probably don't need this if you don't know what this is.
exp(0) = 1
exp(1) = 2.7183