Can I use square root?
Root / Programming Questions / [.]
Stefano_LassandroCreated:
Can I use √ in SB3DS?
Thank you. I have only seen now that it is in the list of functions, sorry
yes but that's all in how to manage data and stuff. This is about square roots but that is still useful.Alternatively, you can use SQR as a variable. For example:>SQR: Finds the positive square root >>Variable = SQR( Numerical value )yesVAR A=SQR(36) ?AThis will print 6.?SQR(36)This will also print 6.