Centrado / z-blockly-tracker

0 stars 0 forks source link

### Block - Round of #326

Open Maharajacentrado opened 1 year ago

Maharajacentrado commented 1 year ago

Block - Round of

image

image

C++

void setup()
{

}

void loop()
{
/*Code*/
round(0); // round 

/* Round of options
1. ceil(0); // round up
2. floor(0); // round down 
*/
}

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

Maharajacentrado commented 1 year ago
image

double semicolon is appearing in the native code