mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
198 lines
7.7 KiB
Plaintext
198 lines
7.7 KiB
Plaintext
PythonPound = "Commentaire"
|
|
PythonPercent = "Modulo"
|
|
Python1J = "i complexe"
|
|
PythonLF = "Saut à la ligne"
|
|
PythonTab = "Tabulation"
|
|
PythonAmpersand = "Et logique"
|
|
PythonSymbolExp = "Ou exclusif logique"
|
|
PythonVerticalBar = "Ou logique"
|
|
PythonImag = "Partie imaginaire de z"
|
|
PythonReal = "Partie réelle de z"
|
|
PythonSingleQuote = "Apostrophe"
|
|
PythonAbs = "Valeur absolue/Module"
|
|
PythonAcos = "Arc cosinus"
|
|
PythonAcosh = "Arc cosinus hyperbolique"
|
|
PythonAppend = "Insère x à la fin de la liste"
|
|
PythonArrow = "Flèche de (x,y) à (x+dx,y+dy)"
|
|
PythonAsin = "Arc sinus"
|
|
PythonAsinh = "Arc sinus hyperbolique"
|
|
PythonAtan = "Arc tangente"
|
|
PythonAtan2 = "Calcul de atan(y/x)"
|
|
PythonAtanh = "Arc tangente hyperbolique"
|
|
PythonAxis = "Met les axes (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Diagramme en barres de la liste x"
|
|
PythonBin = "Conversion d'un entier en binaire"
|
|
PythonCeil = "Plafond"
|
|
PythonChoice = "Nombre aléatoire dans la liste"
|
|
PythonClear = "Vide la liste"
|
|
PythonCmathFunction = "Préfixe fonction du module cmath"
|
|
PythonColor = "Définit une couleur rvb"
|
|
PythonColorBlack = "Couleur noire"
|
|
PythonColorBlue = "Couleur bleue"
|
|
PythonColorBrown = "Couleur marron"
|
|
PythonColorGreen = "Couleur verte"
|
|
PythonColorGray = "Couleur grise"
|
|
PythonColorOrange = "Couleur orange"
|
|
PythonColorPink = "Couleur rose"
|
|
PythonColorPurple = "Couleur violette"
|
|
PythonColorRed = "Couleur rouge"
|
|
PythonColorWhite = "Couleur blanche"
|
|
PythonColorYellow = "Couleur jaune"
|
|
PythonComplex = "Renvoie a+ib"
|
|
PythonCopySign = "Renvoie x avec le signe de y"
|
|
PythonCos = "Cosinus"
|
|
PythonCosh = "Cosinus hyperbolique"
|
|
PythonCount = "Compte les occurrences de x"
|
|
PythonDegrees = "Conversion de radians en degrés"
|
|
PythonDivMod = "Quotient et reste"
|
|
PythonDrawString = "Affiche un texte au pixel (x,y)"
|
|
PythonErf = "Fonction d'erreur"
|
|
PythonErfc = "Fonction d'erreur complémentaire"
|
|
PythonEval = "Evalue l'expression en argument "
|
|
PythonExp = "Fonction exponentielle"
|
|
PythonExpm1 = "Calcul de exp(x)-1"
|
|
PythonFabs = "Valeur absolue"
|
|
PythonFillRect = "Remplit un rectangle"
|
|
PythonFloat = "Conversion en flottant"
|
|
PythonFloor = "Partie entière"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantisse et exposant de x : (m,e)"
|
|
PythonGamma = "Fonction gamma"
|
|
PythonGetPixel = "Renvoie la couleur du pixel (x,y)"
|
|
PythonGetrandbits = "Nombre aléatoire sur k bits"
|
|
PythonGrid = "Affiche ou masque la grille"
|
|
PythonHex = "Conversion entier en hexadécimal"
|
|
PythonHist = "Histogramme de la liste x"
|
|
PythonImportCmath = "Importation du module cmath"
|
|
PythonImportIon = "Importation du module ion"
|
|
PythonImportKandinsky = "Importation du module kandinsky"
|
|
PythonImportRandom = "Importation du module random"
|
|
PythonImportMath = "Importation du module math"
|
|
PythonImportMatplotlibPyplot = "Importation de matplotlib.pyplot"
|
|
PythonImportTurtle = "Importation du module turtle"
|
|
PythonImportTime = "Importation du module time"
|
|
PythonIndex = "Indice première occurrence de x"
|
|
PythonInput = "Entrer une valeur"
|
|
PythonInsert = "Insère x en i-ème position"
|
|
PythonInt = "Conversion en entier"
|
|
PythonIonFunction = "Préfixe fonction module ion"
|
|
PythonIsFinite = "Teste si x est fini"
|
|
PythonIsInfinite = "Teste si x est infini"
|
|
PythonIsKeyDown = "Renvoie True si touche k enfoncée"
|
|
PythonIsNaN = "Teste si x est NaN"
|
|
PythonKandinskyFunction = "Préfixe fonction module kandinsky"
|
|
PythonKeyLeft = "Touche FLECHE GAUCHE"
|
|
PythonKeyUp = "Touche FLECHE HAUT"
|
|
PythonKeyDown = "Touche FLECHE BAS"
|
|
PythonKeyRight = "Touche FLECHE DROITE"
|
|
PythonKeyOk = "Touche OK"
|
|
PythonKeyBack = "Touche RETOUR"
|
|
PythonKeyHome = "Touche HOME"
|
|
PythonKeyOnOff = "Touche ON/OFF"
|
|
PythonKeyShift = "Touche SHIFT"
|
|
PythonKeyAlpha = "Touche ALPHA"
|
|
PythonKeyXnt = "Touche X,N,T"
|
|
PythonKeyVar = "Touche VAR"
|
|
PythonKeyToolbox = "Touche BOITE A OUTILS"
|
|
PythonKeyBackspace = "Touche EFFACER"
|
|
PythonKeyExp = "Touche EXPONENTIELLE"
|
|
PythonKeyLn = "Touche LOGARITHME NEPERIEN"
|
|
PythonKeyLog = "Touche LOGARITHME DECIMAL"
|
|
PythonKeyImaginary = "Touche I IMAGINAIRE"
|
|
PythonKeyComma = "Touche VIRGULE"
|
|
PythonKeyPower = "Touche PUISSANCE"
|
|
PythonKeySine = "Touche SINUS"
|
|
PythonKeyCosine = "Touche COSINUS"
|
|
PythonKeyTangent = "Touche TANGENTE"
|
|
PythonKeyPi = "Touche PI"
|
|
PythonKeySqrt = "Touche RACINE CARREE"
|
|
PythonKeySquare = "Touche CARRE"
|
|
PythonKeySeven = "Touche 7"
|
|
PythonKeyEight = "Touche 8"
|
|
PythonKeyNine = "Touche 9"
|
|
PythonKeyLeftParenthesis = "Touche PARENTHESE GAUCHE"
|
|
PythonKeyRightParenthesis = "Touche PARENTHESE DROITE"
|
|
PythonKeyFour = "Touche 4"
|
|
PythonKeyFive = "Touche 5"
|
|
PythonKeySix = "Touche 6"
|
|
PythonKeyMultiplication = "Touche MULTIPLICATION"
|
|
PythonKeyDivision = "Touche DIVISION"
|
|
PythonKeyOne = "Touche 1"
|
|
PythonKeyTwo = "Touche 2"
|
|
PythonKeyThree = "Touche 3"
|
|
PythonKeyPlus = "Touche PLUS"
|
|
PythonKeyMinus = "Touche MOINS"
|
|
PythonKeyZero = "Touche 0"
|
|
PythonKeyDot = "Touche POINT"
|
|
PythonKeyEe = "Touche 10 PUISSANCE X"
|
|
PythonKeyAns = "Touche ANS"
|
|
PythonKeyExe = "Touche EXE"
|
|
PythonLdexp = "Inverse de frexp : x*(2**i)"
|
|
PythonLength = "Longueur d'un objet"
|
|
PythonLgamma = "Logarithme de la fonction gamma"
|
|
PythonLog = "Logarithme de base a"
|
|
PythonLog10 = "Logarithme décimal"
|
|
PythonLog2 = "Logarithme de base 2"
|
|
PythonMathFunction = "Préfixe fonction du module math"
|
|
PythonMatplotlibPyplotFunction = "Préfixe du module matplotlib.pyplot"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Parties fractionnaire et entière"
|
|
PythonMonotonic = "Renvoie la valeur de l'horloge"
|
|
PythonOct = "Conversion en octal"
|
|
PythonPhase = "Argument de z"
|
|
PythonPlot = "Trace y en fonction de x"
|
|
PythonPolar = "Conversion en polaire"
|
|
PythonPop = "Supprime le dernier élément"
|
|
PythonPower = "x à la puissance y"
|
|
PythonPrint = "Affiche l'objet"
|
|
PythonRadians = "Conversion de degrés en radians"
|
|
PythonRandint = "Entier aléatoire dans [a,b]"
|
|
PythonRandom = "Nombre décimal dans [0,1["
|
|
PythonRandomFunction = "Préfixe fonction du module random"
|
|
PythonRandrange = "Nombre dans range(start,stop)"
|
|
PythonRangeStartStop = "Liste de start à stop-1"
|
|
PythonRangeStop = "Liste de 0 à stop-1"
|
|
PythonRect = "Conversion en algébrique"
|
|
PythonRemove = "Supprime le premier x de la liste"
|
|
PythonReverse = "Inverse les éléments de la liste"
|
|
PythonRound = "Arrondi à n décimales"
|
|
PythonScatter = "Nuage des points (x,y)"
|
|
PythonSeed = "Initialiser générateur aléatoire"
|
|
PythonSetPixel = "Colore le pixel (x,y)"
|
|
PythonShow = "Affiche la figure"
|
|
PythonSin = "Sinus"
|
|
PythonSinh = "Sinus hyperbolique"
|
|
PythonSleep = "Suspend l'exécution t secondes"
|
|
PythonSort = "Trie la liste"
|
|
PythonSqrt = "Racine carrée"
|
|
PythonSum = "Somme des éléments de la liste"
|
|
PythonTan = "Tangente"
|
|
PythonTanh = "Tangente hyperbolique"
|
|
PythonText = "Affiche un texte en (x,y)"
|
|
PythonTimeFunction = "Préfixe fonction module time"
|
|
PythonTrunc = "Troncature entière"
|
|
PythonTurtleBackward = "Recule de x pixels"
|
|
PythonTurtleCircle = "Cercle de rayon r pixels"
|
|
PythonTurtleColor = "Modifie la couleur du tracé"
|
|
PythonTurtleColorMode = "Met le mode de couleur à 1.0 ou 255"
|
|
PythonTurtleForward = "Avance de x pixels"
|
|
PythonTurtleFunction = "Préfixe fonction du module turtle"
|
|
PythonTurtleGoto = "Va au point de coordonnées (x,y)"
|
|
PythonTurtleHeading = "Renvoie l'orientation actuelle"
|
|
PythonTurtleHideturtle = "Masque la tortue"
|
|
PythonTurtleIsdown = "True si le crayon est abaissé"
|
|
PythonTurtleLeft = "Pivote de a degrés vers la gauche"
|
|
PythonTurtlePendown = "Abaisse le crayon"
|
|
PythonTurtlePensize = "Taille du tracé en pixels"
|
|
PythonTurtlePenup = "Relève le crayon"
|
|
PythonTurtlePosition = "Renvoie la position (x,y)"
|
|
PythonTurtleReset = "Réinitialise le dessin"
|
|
PythonTurtleRight = "Pivote de a degrés vers la droite"
|
|
PythonTurtleSetheading = "Met un cap de a degrés"
|
|
PythonTurtleSetposition = "Positionne la tortue"
|
|
PythonTurtleShowturtle = "Affiche la tortue"
|
|
PythonTurtleSpeed = "Vitesse du tracé entre 0 et 10"
|
|
PythonTurtleWrite = "Affiche un texte"
|
|
PythonUniform = "Nombre décimal dans [a,b]"
|