Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Wurzle() |
||
|---|---|---|---|
| Examples | ![]() kei_Liniefarb(); Komazahl a = Wurzle(6561); // Sets a to 81 Komazahl b = Wurzle(625); // Sets b to 25 Komazahl c = Wurzle(1); // Sets c to 1 Viereck(0, 25, a, 10); Viereck(0, 45, b, 10); Viereck(0, 65, c, 10); |
||
| Description | Calculates the square root of a number. The square root of a number is always positive, even though there may be a valid negative root. The square root s of number a is such that s*s = a. It is the opposite of squaring. | ||
| Syntax | Wurzle(value) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | raechne_Hoch() Quadrat() |


