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

Power

PreviousMultiplyNextRange Mapper

Last updated 3 years ago

Was this helpful?

Overview

Power performs an exponentiation operation, meaning that it multiplies the Base Value, against itself, n times, with n being defined by Exponent.

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

Attribute
Type
Description

Data Type

Drop-down

The type of Data that will be plugged into the Base and Input Sockets.

Inputs

Input
Type
Description

Pulse Input (►)

Pulse

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

Base

Defined in the Data Type Attribute.

The base Value, that will be multiplied against itself multiple times, based on the Exponent.

Exponent

Defined in the Data Type Attribute.

The number of times, the Base Value will be multiplied against itself.

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

Defined in the Data Type Attribute.

The result of the exponentiation operation.

External Links

on Study.com.

on Wikipedia.

Exponentiation: Definition & Examples
Exponentiation