sqrt()
Beschreibung
Berechnet die Quadratwurzel einer Zahl.
Syntax
sqrt(x)
Parameter
x
: Die Zahl. Erlaubte Datentypen: Beliebiger Datentyp.Rückgabewert
Quadratwurzel der Zahl. Datentyp:
double
.Siehe auch
Suggest changes
The content on docs.arduino.cc is facilitated through a public GitHub repository. If you see anything wrong, you can edit this page here.
License
The Arduino documentation is licensed under the Creative Commons Attribution-Share Alike 4.0 license.