mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
182 lines
7.3 KiB
Plaintext
182 lines
7.3 KiB
Plaintext
PythonPound = "Kommentar"
|
|
PythonPercent = "Modulo"
|
|
Python1J = "Imaginäres i"
|
|
PythonLF = "Zeilenvorschub"
|
|
PythonTab = "Tabulator"
|
|
PythonAmpersand = "Bitweise und"
|
|
PythonSymbolExp = "Bitweise exklusiv oder"
|
|
PythonVerticalBar = "Bitweise oder"
|
|
PythonImag = "Imaginärteil von z"
|
|
PythonReal = "Realteil von z"
|
|
PythonSingleQuote = "Einfaches Anführungszeichen"
|
|
PythonAbs = "Absolute/r Wert/Größe"
|
|
PythonAcos = "Arkuskosinus"
|
|
PythonAcosh = "Hyperbelkosinus"
|
|
PythonAppend = "Hängt x an das Ende der Liste"
|
|
PythonArrow = "Arrow from (x,y) to (x+dx,y+dy)"
|
|
PythonAsin = "Arkussinus"
|
|
PythonAsinh = "Hyperbelsinus"
|
|
PythonAtan = "Arkustangens"
|
|
PythonAtan2 = "Gib atan(y/x)"
|
|
PythonAtanh = "Hyperbeltangens"
|
|
PythonAxis = "Set axes to (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Draw a bar plot with x values"
|
|
PythonBin = "Ganzzahl nach binär konvertieren"
|
|
PythonCeil = "Aufrundung"
|
|
PythonChoice = "Zufallszahl aus der Liste"
|
|
PythonClear = "Leere die Liste"
|
|
PythonCmathFunction = "cmath-Modul-Funktionspräfix"
|
|
PythonColor = "Definiere eine RGB-Farbe"
|
|
PythonColorBlack = "Black color"
|
|
PythonColorBlue = "Blue color"
|
|
PythonColorBrown = "Brown color"
|
|
PythonColorGray = "Gray color"
|
|
PythonColorGreen = "Green color"
|
|
PythonColorOrange = "Orange color"
|
|
PythonColorPink = "Pink color"
|
|
PythonColorPurple = "Purple color"
|
|
PythonColorRed = "Red color"
|
|
PythonColorWhite = "White color"
|
|
PythonColorYellow = "Yellow color"
|
|
PythonComplex = "a+ib zurückgeben"
|
|
PythonCopySign = "x mit dem Vorzeichen von y"
|
|
PythonCos = "Kosinus"
|
|
PythonCosh = "Hyperbolic cosine"
|
|
PythonCount = "Zählt wie oft x vorkommt"
|
|
PythonDegrees = "x von Radian zu Grad umwandeln"
|
|
PythonDivMod = "Quotient und Rest"
|
|
PythonDrawCircle = "Zeichne einen Kreis"
|
|
PythonDrawLine = "Zeichnen einer Linie"
|
|
PythonDrawString = "Schreibt Text bei (x,y)"
|
|
PythonErf = "Fehlerfunktion"
|
|
PythonErfc = "Complementary error function"
|
|
PythonEval = "Return the evaluated expression"
|
|
PythonErf = "Fehlerfunktion"
|
|
PythonExp = "Exponentialfunktion"
|
|
PythonExpm1 = "Berechne exp(x)-1"
|
|
PythonFabs = "Absoluter Wert"
|
|
PythonFillRect = "Malt ein Rechteck bei Pixel (x,y)"
|
|
PythonFillCircle = "Füllt einen Kreis"
|
|
PythonFillPolygon = "Füllt ein Polygon"
|
|
PythonFloat = "Wandelt x zu float um"
|
|
PythonFloor = "Floor"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantissa and exponent of x: (m,e)"
|
|
PythonGamma = "Gamma function"
|
|
PythonGetPixel = "Return pixel (x,y) color"
|
|
PythonGetrandbits = "Integer with k random bits"
|
|
PythonGrid = "Toggle the visibility of the grid"
|
|
PythonHex = "Ganzzahl zu Hexadecimal"
|
|
PythonHist = "Draw the histogram of x"
|
|
PythonImportCmath = "cmath Modul importieren"
|
|
PythonImportIon = "ion Modul importieren"
|
|
PythonImportKandinsky = "kandinsky Modul importieren"
|
|
PythonImportRandom = "random Modul importieren"
|
|
PythonImportMath = "math Modul importieren"
|
|
PythonImportMatplotlibPyplot = "Import matplotlib.pyplot module"
|
|
PythonImportOs = "os Modul importieren"
|
|
PythonOsUname = "Informieren Sie sich über das System"
|
|
PythonOsRemove = "Datei namens Dateiname entfernen"
|
|
PythonOsRename = "Datei mit altem Namen in neuen Namen umbenennen"
|
|
PythonOsListdir = "Dateien im Speicher auflisten"
|
|
PythonImportTime = "time Modul importieren"
|
|
PythonImportTurtle = "turtle Modul importieren"
|
|
PythonIndex = "Index, bei dem x zuerst vorkommt"
|
|
PythonInput = "Eingabeaufforderung"
|
|
PythonInsert = "x bei index i in der Liste einsetzen"
|
|
PythonInt = "x zu Ganzzahl"
|
|
PythonIonFunction = "ion module function prefix"
|
|
PythonIsFinite = "Prüft ob x endlich ist"
|
|
PythonIsInfinite = "Prüft ob x unendlich ist"
|
|
PythonIsNaN = "Prüft ob x NaN ist"
|
|
PythonIsKeyDown = "true wenn k gedrückt ist"
|
|
PythonKandinskyFunction = "kandinsky module function prefix"
|
|
PythonLdexp = "Return x*(2**i), inverse of frexp"
|
|
PythonLength = "Length of an object"
|
|
PythonLgamma = "Log-gamma function"
|
|
PythonLog = "Logarithm to base a"
|
|
PythonLog10 = "Logarithm to base 10"
|
|
PythonLog2 = "Logarithm to base 2"
|
|
PythonMathFunction = "math module function prefix"
|
|
PythonMatplotlibPyplotFunction = "matplotlib.pyplot module prefix"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Fractional and integer parts of x"
|
|
PythonMonotonic = "Value of a monotonic clock"
|
|
PythonOct = "Convert integer to octal"
|
|
PythonPhase = "Phase of z"
|
|
PythonPlot = "Plot y versus x as lines"
|
|
PythonPolar = "z in polar coordinates"
|
|
PythonPop = "Remove and return the last item"
|
|
PythonPower = "x raised to the power y"
|
|
PythonPrint = "Print object"
|
|
PythonRadians = "Convert x from degrees to radians"
|
|
PythonRandint = "Random integer in [a,b]"
|
|
PythonRandom = "Floating point number in [0,1["
|
|
PythonRandomFunction = "random module function prefix"
|
|
PythonRandrange = "Random number in range(start,stop)"
|
|
PythonRangeStartStop = "List from start to stop-1"
|
|
PythonRangeStop = "List from 0 to stop-1"
|
|
PythonRect = "Convert to cartesian coordinates"
|
|
PythonRemove = "Remove the first occurrence of x"
|
|
PythonReverse = "Reverse the elements of the list"
|
|
PythonRound = "Round to n digits"
|
|
PythonScatter = "Draw a scatter plot of y versus x"
|
|
PythonSeed = "Initialize random number generator"
|
|
PythonSetPixel = "Color pixel (x,y)"
|
|
PythonShow = "Display the figure"
|
|
PythonSin = "Sine"
|
|
PythonSinh = "Hyperbolic sine"
|
|
PythonSleep = "Suspend the execution for t seconds"
|
|
PythonSort = "Sort the list"
|
|
PythonSqrt = "Wurzel"
|
|
PythonSum = "Sum the items of a list"
|
|
PythonTan = "Tangens"
|
|
PythonTanh = "Hyperbolic tangent"
|
|
PythonText = "Display a text at (x,y) coordinates"
|
|
PythonTimeFunction = "time module function prefix"
|
|
PythonTrunc = "x truncated to an integer"
|
|
PythonTurtleBackward = "Move backward by x pixels"
|
|
PythonTurtleCircle = "Circle of radius r pixels"
|
|
PythonTurtleColor = "Stiftfarbe setzen"
|
|
PythonTurtleColorMode = "Set the color mode to 1.0 or 255"
|
|
PythonTurtleForward = "Move forward by x pixels"
|
|
PythonTurtleFunction = "turtle module function prefix"
|
|
PythonTurtleGoto = "Move to (x,y) coordinates"
|
|
PythonTurtleHeading = "Return the current heading"
|
|
PythonTurtleHideturtle = "Hide the turtle"
|
|
PythonTurtleIsdown = "Return True if the pen is down"
|
|
PythonTurtleLeft = "Turn left by a degrees"
|
|
PythonTurtlePendown = "Pull the pen down"
|
|
PythonTurtlePensize = "Set the line thickness to x pixels"
|
|
PythonTurtlePenup = "Pull the pen up"
|
|
PythonTurtlePosition = "Return the current (x,y) location"
|
|
PythonTurtleReset = "Reset the drawing"
|
|
PythonTurtleRight = "Turn right by a degrees"
|
|
PythonTurtleSetheading = "Set the orientation to a degrees"
|
|
PythonTurtleSetposition = "Positionne la tortue"
|
|
PythonTurtleShowturtle = "Show the turtle"
|
|
PythonTurtleSpeed = "Drawing speed between 0 and 10"
|
|
PythonTurtleWrite = "Display a text"
|
|
PythonUniform = "Floating point number in [a,b]"
|
|
PythonImportTime = "Import time module"
|
|
PythonTimePrefix = "time module function prefix"
|
|
PythonTimeSleep = "Wait for n second"
|
|
PythonMonotonic = "Return monotonic time"
|
|
PythonFileOpen = "Öffnet eine Datei"
|
|
PythonFileSeekable = "Ist eine Datei durchsuchbar?"
|
|
PythonFileSeek = "Dateicursor verschieben"
|
|
PythonFileTell = "Cursorposition der Datei abrufen"
|
|
PythonFileClose = "Schließt eine Datei"
|
|
PythonFileClosed = "Wenn Datei geschlossen wurde"
|
|
PythonFileRead = "Bis zu size Bytes lesen"
|
|
PythonFileWrite = "Schreibe b in die Datei"
|
|
PythonFileReadline = "Lies eine Zeile"
|
|
PythonFileReadlines = "Liest eine Liste von Zeilen"
|
|
PythonFileTruncate = "Größe der Datei ändern"
|
|
PythonFileWritelines = "Schreibt eine Liste von Zeilen"
|
|
PythonFileName = "Dateiname"
|
|
PythonFileMode = "Dateiöffnungsmodus"
|
|
PythonFileReadable = "Ist die Datei lesbar?"
|
|
PythonFileWritable = "Ist die Datei beschreibbar?"
|