[apps/code/catalog.*.i18n] arctan -> atan

This commit is contained in:
Ruben Dashyan
2019-05-17 14:24:11 +02:00
committed by LeaNumworks
parent d0ba2e9e76
commit f1a6067027
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ PythonAcosh = "Hyperbelkosinus"
PythonAsin = "Arkussinus"
PythonAsinh = "Hyperbelsinus"
PythonAtan = "Arkustangens"
PythonAtan2 = "Gib arctan(y/x)"
PythonAtan2 = "Gib atan(y/x)"
PythonAtanh = "Hyperbeltangens"
PythonBin = "Ganzzahl nach binaer konvertieren"
PythonCeil = "Aufrundung"

View File

@@ -15,7 +15,7 @@ PythonAcosh = "Arc hyperbolic cosine"
PythonAsin = "Arc sine"
PythonAsinh = "Arc hyperbolic sine"
PythonAtan = "Arc tangent"
PythonAtan2 = "Return arctan(y/x)"
PythonAtan2 = "Return atan(y/x)"
PythonAtanh = "Arc hyperbolic tangent"
PythonBin = "Convert integer to binary"
PythonCeil = "Ceiling"

View File

@@ -15,7 +15,7 @@ PythonAcosh = "Arc hyperbolic cosine"
PythonAsin = "Arc sine"
PythonAsinh = "Arc hyperbolic sine"
PythonAtan = "Arc tangent"
PythonAtan2 = "Return arctan(y/x)"
PythonAtan2 = "Return atan(y/x)"
PythonAtanh = "Arc hyperbolic tangent"
PythonBin = "Convert integer to binary"
PythonCeil = "Ceiling"

View File

@@ -15,7 +15,7 @@ PythonAcosh = "Arc cosinus hyperbolique"
PythonAsin = "Arc sinus"
PythonAsinh = "Arc sinus hyperbolique"
PythonAtan = "Arc tangente"
PythonAtan2 = "Calcul de arctan(y/x)"
PythonAtan2 = "Calcul de atan(y/x)"
PythonAtanh = "Arc tangente hyperbolique"
PythonBin = "Conversion d'un entier en binaire"
PythonCeil = "Plafond"

View File

@@ -15,7 +15,7 @@ PythonAcosh = "Arc hyperbolic cosine"
PythonAsin = "Arc sine"
PythonAsinh = "Arc hyperbolic sine"
PythonAtan = "Arc tangent"
PythonAtan2 = "Return arctan(y/x)"
PythonAtan2 = "Return atan(y/x)"
PythonAtanh = "Arc hyperbolic tangent"
PythonBin = "Convert integer to binary"
PythonCeil = "Ceiling"