Kreis (Albin) - albin666/Kreis-Albin- GitHub Wiki
Kreis (Albin)
strong text
#Berechne Radius
r = d / 2
#Berechne Durchmesser
d = r * 2
#Berechne Fläche
A = r^2 * π
#Berechne Umfang
U = 2 * π * r
r = Radius d = Durchmesser A = Fläche U = Umfang
Anwendungsbeispiel