Tabelle Genauigkeiten und Import für Strecken und Richtungen fertig
This commit is contained in:
@@ -62,4 +62,10 @@ class Einheitenumrechnung:
|
||||
gon = Decimal(gon)
|
||||
pi = Decimal(str(math.pi))
|
||||
rad = (gon / Decimal(200)) * pi
|
||||
return rad
|
||||
|
||||
def mgon_to_rad_Decimal(gon):
|
||||
gon = Decimal(gon)
|
||||
pi = Decimal(str(math.pi))
|
||||
rad = (gon / Decimal(200000)) * pi
|
||||
return rad
|
||||
Reference in New Issue
Block a user