Skip to content

The Mwnci Scripting Language

Mwnci exp() Function

Syntax

exp(number)

Description

The exp() function returns e**x, the base-e exponential of x.

Example

include("math")
printf("%.2f\n", exp(1))
printf("%.2f\n", exp(2))
printf("%.2f\n", exp(-1))


2.72
7.39
0.37

Index

  • What is MSL?
  • MSL Operators
  • MSL Compound Statements
    • foreach
    • function
    • if
    • switch
    • while
  • Mwnci Comments
  • Mwnci Variables
  • Mwnci Arrays
  • Mwnci Hashes
  • Built-in Functions
  • Mwnci Includes
    • Included Main Functions
    • Included String Functions
    • Included Math Functions
    • Included File Functions
    • Included Process Functions
    • Included Password Functions
    • Included Group Functions
    • Included Shadow Password Functions
    • Included Network Functions
  • The Mwnci REPL (console)
  • Examples
The Mwnci Scripting Language Proudly powered by WordPress