Incari Studio
1.0.0
1.0.0
  • INCARI Studio Documentation
  • Getting Started
    • Minimum Requirements *
    • Installation and License *
    • Creating a Project
    • Project Objects
      • Screen
      • Scene
    • Scene Objects *
      • Camera
      • Group
      • Mesh
      • Lights
      • List Widget
      • Text
      • Web Sprite
    • Attributes
      • Common Attributes
        • Object
        • Rotation Pivot
        • Sprite
        • Transformation
      • Attribute Types
        • Boolean Attributes
        • Numerical Attributes
        • Color Attributes
        • Asset/Object Attribute
    • Interface *
      • Modules *
        • Logic Editor
        • Project Outliner
  • Toolbox
    • Date Time
      • Now (UTC)
      • System Time
      • Timezone Value
    • Flow Control
      • Branch
      • Is Equal
      • Is Greater Equal
      • Is Less Equal
      • Select Data
      • Sequential
      • Switch
      • Toggle
  • Math
    • Absolute
    • Add
    • Average
    • Boolean
      • AND
      • Negate
      • OR
    • Ceil
    • Clamp
    • Decrement
    • Divide
    • Floor
    • Increment
    • Interpolate
    • Logarithm
    • Math Constant
    • Maximum
    • Minimum
    • Modulo
    • Multiply
    • Power
    • Range Mapper
    • Root
    • Subtract
    • Trigonometry
      • Arc Cosine
      • Arc Sine
      • Arc Tangent
      • Cosine
      • Radian-Degree Converter
      • Sine
      • Tangent
Powered by GitBook
On this page
  • Overview
  • Exponentiation-Related Nodes
  • Attributes
  • Inputs
  • Outputs
  • External Links

Was this helpful?

  1. Math

Root

PreviousRange MapperNextSubtract

Last updated 3 years ago

Was this helpful?

Overview

Root calculates the nth root of a number. The nth root (Output) of a number is the base value, which when raised to the power of n (Degree) would return the radicand (Input).

The most common example of Root operations, is finding the square (2nd) root, or cubic (3rd) root of a number, however this can also be used for higher numbers.

|Input|Degree|Output| |---|---|---|---| |9|2|3| |13824|3|24| |160000|4|20| |1024|10|2|

Exponentiation-Related Nodes

The Power, nth Root, and Logarithm Nodes each relate to exponentiation. They all take two known parameters and return the 3rd unknown Value.

Attributes

The Root Node has no Attributes.

Inputs

Input
Type
Description

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Input

Float

The Value which you want to find the nth root of.

Root

Float

The degree of the exponentiation (the "n" in "nth root").

Outputs

Output
Type
Description

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

Output

Float

The base number which, when multiplied against itself the number of times defined in Root, would return the Value of Input.

External Links

on Math Open Reference.

on Wikipedia.

Root
nth root