mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
198 lines
7.7 KiB
Plaintext
198 lines
7.7 KiB
Plaintext
PythonPound = "Opmerkingen"
|
|
PythonPercent = "Modulo"
|
|
Python1J = "Imaginaire i"
|
|
PythonLF = "Nieuwe regel"
|
|
PythonTab = "Tabulatie"
|
|
PythonAmpersand = "Bitsgewijze en"
|
|
PythonSymbolExp = "Bitsgewijze exclusieve of"
|
|
PythonVerticalBar = "Bitsgewijze of"
|
|
PythonImag = "Imaginair deel van z"
|
|
PythonReal = "Reëel deel van z"
|
|
PythonSingleQuote = "Enkele aanhalingstekens"
|
|
PythonAbs = "Absolute waarde"
|
|
PythonAcos = "Arccosinus"
|
|
PythonAcosh = "Arccosinus hyperbolicus"
|
|
PythonAppend = "Voeg x toe aan het eind van je lijst"
|
|
PythonArrow = "Pijl van (x,y) naar (x+dx,y+dy)"
|
|
PythonAsin = "Arcsinus"
|
|
PythonAsinh = "Arcsinus hyperbolicus"
|
|
PythonAtan = "Arctangens"
|
|
PythonAtan2 = "Geeft atan(y/x)"
|
|
PythonAtanh = "Arctangens hyperbolicus"
|
|
PythonAxis = "Stel de assen in (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Teken staafdiagram met x-waarden"
|
|
PythonBin = "Zet integer om in een binair getal"
|
|
PythonCeil = "Plafond"
|
|
PythonChoice = "Geeft willek. getal van de lijst"
|
|
PythonClear = "Lijst leegmaken"
|
|
PythonCmathFunction = "cmath module voorvoegsel"
|
|
PythonColor = "Definieer een rgb kleur"
|
|
PythonColorBlack = "Zwarte kleur"
|
|
PythonColorBlue = "Blauwe kleur"
|
|
PythonColorBrown = "Bruine kleur"
|
|
PythonColorGray = "Grijze kleur"
|
|
PythonColorGreen = "Groene kleur"
|
|
PythonColorOrange = "Oranje kleur"
|
|
PythonColorPink = "Roze kleur"
|
|
PythonColorPurple = "Paarse kleur"
|
|
PythonColorRed = "Rode kleur"
|
|
PythonColorWhite = "Witte kleur"
|
|
PythonColorYellow = "Gele kleur"
|
|
PythonComplex = "Geeft a+ib"
|
|
PythonCopySign = "Geeft x met het teken van y"
|
|
PythonCos = "Cosinus"
|
|
PythonCosh = "Cosinus hyperbolicus"
|
|
PythonCount = "Tel voorkomen van x"
|
|
PythonDegrees = "Zet x om van radialen naar graden"
|
|
PythonDivMod = "Quotiënt en rest"
|
|
PythonDrawString = "Geef een tekst weer van pixel (x,y)"
|
|
PythonErf = "Error functie"
|
|
PythonErfc = "Complementaire error functie"
|
|
PythonEval = "Geef de geëvalueerde uitdrukking"
|
|
PythonExp = "Exponentiële functie"
|
|
PythonExpm1 = "Bereken exp(x)-1"
|
|
PythonFabs = "Absolute waarde"
|
|
PythonFillRect = "Vul een rechthoek bij pixel (x,y)"
|
|
PythonFloat = "Zet x om in een float"
|
|
PythonFloor = "Vloer"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantisse en exponent van x: (m,e)"
|
|
PythonGamma = "Gammafunctie"
|
|
PythonGetPixel = "Geef pixel (x,y) kleur (rgb)"
|
|
PythonGetrandbits = "Integer met k willekeurige bits"
|
|
PythonGrid = "Verander zichtbaarheid raster"
|
|
PythonHex = "Zet integer om in hexadecimaal"
|
|
PythonHist = "Teken het histogram van x"
|
|
PythonImportCmath = "Importeer cmath module"
|
|
PythonImportIon = "Importeer ion module"
|
|
PythonImportKandinsky = "Importeer kandinsky module"
|
|
PythonImportRandom = "Importeer random module"
|
|
PythonImportMath = "Importeer math module"
|
|
PythonImportMatplotlibPyplot = "Importeer matplotlib.pyplot module"
|
|
PythonImportTime = "Importeer time module"
|
|
PythonImportTurtle = "Importeer turtle module"
|
|
PythonIndex = "Index van de eerste x aanwezigheden"
|
|
PythonInput = "Wijs een waarde toe"
|
|
PythonInsert = "Voeg x toe aan index i in de lijst"
|
|
PythonInt = "Zet x om in een integer"
|
|
PythonIonFunction = "ion module voorvoegsel"
|
|
PythonIsFinite = "Controleer of x eindig is"
|
|
PythonIsInfinite = "Controleer of x oneindig is"
|
|
PythonIsKeyDown = "Geef True als k toets omlaag is"
|
|
PythonIsNaN = "Controleer of x geen getal is"
|
|
PythonKandinskyFunction = "kandinsky module voorvoegsel"
|
|
PythonKeyLeft = "PIJL NAAR LINKS toets"
|
|
PythonKeyUp = "PIJL OMHOOG toets"
|
|
PythonKeyDown = "PIJL OMLAAG toets"
|
|
PythonKeyRight = "PIJL NAAR RECHTS toets"
|
|
PythonKeyOk = "OK toets"
|
|
PythonKeyBack = "TERUG toets"
|
|
PythonKeyHome = "HOME toets"
|
|
PythonKeyOnOff = "AAN/UIT toets"
|
|
PythonKeyShift = "SHIFT toets"
|
|
PythonKeyAlpha = "ALPHA toets"
|
|
PythonKeyXnt = "X,N,T toets"
|
|
PythonKeyVar = "VAR toets"
|
|
PythonKeyToolbox = "TOOLBOX toets"
|
|
PythonKeyBackspace = "BACKSPACE toets"
|
|
PythonKeyExp = "EXPONENTIEEL toets"
|
|
PythonKeyLn = "NATUURLIJKE LOGARITME toets"
|
|
PythonKeyLog = "BRIGGSE LOGARITME toets"
|
|
PythonKeyImaginary = "IMAGINAIRE I toets"
|
|
PythonKeyComma = "KOMMA toets"
|
|
PythonKeyPower = "MACHT toets"
|
|
PythonKeySine = "SINUS toets"
|
|
PythonKeyCosine = "COSINUS toets"
|
|
PythonKeyTangent = "TANGENS toets"
|
|
PythonKeyPi = "PI toets"
|
|
PythonKeySqrt = "VIERKANTSWORTEL toets"
|
|
PythonKeySquare = "KWADRAAT toets"
|
|
PythonKeySeven = "7 toets"
|
|
PythonKeyEight = "8 toets"
|
|
PythonKeyNine = "9 toets"
|
|
PythonKeyLeftParenthesis = "HAAKJE OPENEN toets"
|
|
PythonKeyRightParenthesis = "HAAKJE SLUITEN toets"
|
|
PythonKeyFour = "4 toets"
|
|
PythonKeyFive = "5 toets"
|
|
PythonKeySix = "6 toets"
|
|
PythonKeyMultiplication = "VERMENIGVULDIGEN toets"
|
|
PythonKeyDivision = "DELEN toets"
|
|
PythonKeyOne = "1 toets"
|
|
PythonKeyTwo = "2 toets"
|
|
PythonKeyThree = "3 toets"
|
|
PythonKeyPlus = "PLUS toets"
|
|
PythonKeyMinus = "MIN toets"
|
|
PythonKeyZero = "0 toets"
|
|
PythonKeyDot = "PUNT toets"
|
|
PythonKeyEe = "10 TOT DE MACHT X toets"
|
|
PythonKeyAns = "ANS toets"
|
|
PythonKeyExe = "EXE toets"
|
|
PythonLdexp = "Geeft x*(2**i), inversie van frexp"
|
|
PythonLength = "Lengte van een object"
|
|
PythonLgamma = "Log-gammafunctie"
|
|
PythonLog = "Logaritme met grondgetal a"
|
|
PythonLog10 = "Logaritme met grondgetal 10"
|
|
PythonLog2 = "Logaritme met grondgetal 2"
|
|
PythonMathFunction = "math module voorvoegsel"
|
|
PythonMatplotlibPyplotFunction = "matplotlib.pyplot module prefix"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Fractionele en gehele delen van x"
|
|
PythonMonotonic = "Waarde van een monotone klok"
|
|
PythonOct = "Integer omzetten naar octaal"
|
|
PythonPhase = "Fase van z in radialen"
|
|
PythonPlot = "Plot y versus x als lijnen"
|
|
PythonPolar = "z in poolcoördinaten"
|
|
PythonPop = "Verwijder en breng het laatste item terug"
|
|
PythonPower = "x tot de macht y"
|
|
PythonPrint = "Print object"
|
|
PythonRadians = "Zet x om van graden naar radialen"
|
|
PythonRandint = "Geeft willek. integer in [a,b]"
|
|
PythonRandom = "Een willekeurig getal in [0,1)"
|
|
PythonRandomFunction = "random module voorvoegsel"
|
|
PythonRandrange = "Willek. getal in range(start, stop)"
|
|
PythonRangeStartStop = "Lijst van start tot stop-1"
|
|
PythonRangeStop = "Lijst van 0 tot stop-1"
|
|
PythonRect = "z in cartesiaanse coördinaten"
|
|
PythonRemove = "Verwijder het eerste voorkomen van x"
|
|
PythonReverse = "Keer de elementen van de lijst om"
|
|
PythonRound = "Rond af op n cijfers"
|
|
PythonScatter = "Teken scatterplot van y versus x"
|
|
PythonSeed = "Start willek. getallengenerator"
|
|
PythonSetPixel = "Kleur pixel (x,y)"
|
|
PythonShow = "Figuur weergeven"
|
|
PythonSin= "Sinus"
|
|
PythonSinh = "Sinus hyperbolicus"
|
|
PythonSleep = "Stel executie voor t seconden uit"
|
|
PythonSort = "Sorteer de lijst"
|
|
PythonSqrt = "Vierkantswortel"
|
|
PythonSum = "Sommeer de items van een lijst"
|
|
PythonTan = "Tangens"
|
|
PythonTanh = "Tangens hyperbolicus"
|
|
PythonText = "Geef tekst weer op coördinaten (x,y)"
|
|
PythonTimeFunction = "time module voorvoegsel"
|
|
PythonTrunc = "x afgeknot tot een integer"
|
|
PythonTurtleBackward = "Ga achterwaarts met x pixels"
|
|
PythonTurtleCircle = "Cirkel van straal r pixels"
|
|
PythonTurtleColor = "Stel de kleur van de pen in"
|
|
PythonTurtleColorMode = "Stel de kleurmodus in op 1.0 of 255"
|
|
PythonTurtleForward = "Ga voorwaarts met x pixels"
|
|
PythonTurtleFunction = "turtle module voorvoegsel"
|
|
PythonTurtleGoto = "Verplaats naar (x,y) coordinaten"
|
|
PythonTurtleHeading = "Ga terug naar de huidige koers"
|
|
PythonTurtleHideturtle = "Verberg de schildpad"
|
|
PythonTurtleIsdown = "Geeft True als pen naar beneden is"
|
|
PythonTurtleLeft = "Ga linksaf met a graden"
|
|
PythonTurtlePendown = "Zet de pen naar beneden"
|
|
PythonTurtlePensize = "Stel de lijndikte in op x pixels"
|
|
PythonTurtlePenup = "Zet de pen omhoog"
|
|
PythonTurtlePosition = "Zet huidige (x,y) locatie terug"
|
|
PythonTurtleReset = "Reset de tekening"
|
|
PythonTurtleRight = "Ga rechtsaf met a graden"
|
|
PythonTurtleSetheading = "Zet de oriëntatie op a graden"
|
|
PythonTurtleSetposition = "Plaats de schildpad"
|
|
PythonTurtleShowturtle = "Laat de schildpad zien"
|
|
PythonTurtleSpeed = "Tekensnelheid tussen 0 and 10"
|
|
PythonTurtleWrite = "Display a text"
|
|
PythonUniform = "Decimaal getal in [a,b]"
|