Difference between revisions of "Mixly Block Category - Math"

From Microduino Wiki
Jump to: navigation, search
(Trigonometry Function)
(Arithmetic Operations)
Line 3: Line 3:
  
 
=Arithmetic Operations=
 
=Arithmetic Operations=
Performs the arithmetic operations and returns that value. Variables can be used to inputs.
+
Performs the arithmetic operations on the left input with the right input. Then returns that value. Variables can be used to inputs.
 
* +, -, x, ÷ : add, subtract, multiply, divide. Read more here: https://www.arduino.cc/en/Reference/Arithmetic
 
* +, -, x, ÷ : add, subtract, multiply, divide. Read more here: https://www.arduino.cc/en/Reference/Arithmetic
 
* % : modulo. Read more here: https://www.arduino.cc/en/Reference/modulo
 
* % : modulo. Read more here: https://www.arduino.cc/en/Reference/modulo

Revision as of 21:23, 15 February 2017

Number Value

Numeric value which can be assigned to a variable or used in function parameters.

Arithmetic Operations

Performs the arithmetic operations on the left input with the right input. Then returns that value. Variables can be used to inputs.

Trigonometry Function

Number Function

Max

Random Integer

Constrain

Map