Skip to content

The Mwnci Scripting Language

Mwnci sin() Function

Syntax

sin(number)

Description

The sin() function returns the sine of a number.

Example

println(sin(0.00))
println(sin(-1.23))
println(sin(10))


0
-0.9424888019316975
-0.5440211108893699

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