AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Name

    sqrt()

  • Examples

    Player:
    {
    var1: 9

    Event: Game_Start {
    var1 = sqrt(var1)
    // Sets the value of var1 to the square root value of var1

    print(var1)
    // Outputs 3
    }
    }
  • Description

    Returns the square root of the parsed number.
  • Syntax

    • sqrt(number)
  • Related

    • * (multiply)

    • pow()

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen