Centrado / z-blockly-tracker

0 stars 0 forks source link

Block - Equation #328

Open roshan1centrado opened 1 year ago

roshan1centrado commented 1 year ago

Block - Equation

image

image

C++

void setup()
{

}

void loop()
{
/*Code*/
PI;  // PI

/* Equation options
1.  exp // e
2. (1 +  sqrt(5)) / 2 
3. sqrt(2) //sqrt(2)
4. sqrt(1/2) //sqrt(1/2)
5. Infinity
*/
}

Originally posted by @KumaranUI in https://github.com/kreativhut/z-blockly-tracker/discussions/52#discussioncomment-2760092

roshan1centrado commented 1 year ago

Delete the above blocks except PI

Maharajacentrado commented 1 year ago

Double semicolon is appearing in the native code