Difference between revisions of "Mixly Block Category - Math"

From Microduino Wiki
Jump to: navigation, search
(Arithmetic Operations)
(Trigonometry Function)
Line 9: Line 9:
  
 
=Trigonometry Function=
 
=Trigonometry Function=
 +
* sin(). Read more here: https://www.arduino.cc/en/Reference/Sin
 +
* cos(). Read more here: https://www.arduino.cc/en/Reference/Cos
 +
* tan(). Read more here: https://www.arduino.cc/en/Reference/Tan
 +
* asin(), acos(), atan(). Read more here: https://www.arduino.cc/en/Math/H
 +
 
=Number Function=
 
=Number Function=
 
*toInt
 
*toInt

Revision as of 21:14, 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 and returns that value. Variables can be used to inputs.

Trigonometry Function

Number Function

  • toInt
  • abs
  • sq
  • sqrt
  • log

Max

Random Integer

Constrain

Map