LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Can I use square root?

Root / Programming Questions / [.]

Stefano_LassandroCreated:
Can I use √ in SB3DS?

>SQR: Finds the positive square root >>Variable = SQR( Numerical value )

>SQR: Finds the positive square root >>Variable = SQR( Numerical value )
yes
VAR A=SQR(36)
?A
This will print 6.

Thank you. I have only seen now that it is in the list of functions, sorry

>SQR: Finds the positive square root >>Variable = SQR( Numerical value )
yes
VAR A=SQR(36)
?A
This will print 6.
Alternatively, you can use SQR as a variable. For example:
?SQR(36)
This will also print 6.

>SQR: Finds the positive square root >>Variable = SQR( Numerical value )
yes
VAR A=SQR(36)
?A
This will print 6.
Alternatively, you can use SQR as a variable. For example:
?SQR(36)
This will also print 6.
yes but that's all in how to manage data and stuff. This is about square roots but that is still useful.