mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
106 lines
4.0 KiB
Plaintext
106 lines
4.0 KiB
Plaintext
PythonPound = "Comment"
|
|
PythonPercent = "Modulo"
|
|
Python1J = "Imaginary i"
|
|
PythonLF = "Line feed"
|
|
PythonTab = "Tabulation"
|
|
PythonAmpersand = "Bitwise and"
|
|
PythonSymbolExp = "Bitwise exclusive or"
|
|
PythonVerticalBar = "Bitwise or"
|
|
PythonSingleQuote = "Single quote"
|
|
PythonImag = "Imaginary part of z"
|
|
PythonReal = "Real part of z"
|
|
PythonAbs = "Absolute value/Magnitude"
|
|
PythonAcos = "Arc cosine"
|
|
PythonAcosh = "Arc hyperbolic cosine"
|
|
PythonAsin = "Arc sine"
|
|
PythonAsinh = "Arc hyperbolic sine"
|
|
PythonAtan = "Arc tangent"
|
|
PythonAtan2 = "Return arctan(y/x)"
|
|
PythonAtanh = "Arc hyperbolic tangent"
|
|
PythonBin = "Convert integer to binary"
|
|
PythonCeil = "Ceiling"
|
|
PythonChoice = "Random number in the list"
|
|
PythonCmathFunction = "cmath module function prefix"
|
|
PythonColor = "Define a rgb color"
|
|
PythonComplex = "Return a+ib"
|
|
PythonCopySign = "Return x with the sign of y"
|
|
PythonCos = "Cosine"
|
|
PythonCosh = "Hyperbolic cosine"
|
|
PythonDegrees = "Convert x from radians to degrees"
|
|
PythonDivMod = "Quotient and remainder"
|
|
PythonDrawString = "Display a text from pixel (x,y)"
|
|
PythonConstantE = "2.718281828459046"
|
|
PythonErf = "Error function"
|
|
PythonErfc = "Complementary error function"
|
|
PythonExp = "Exponential function"
|
|
PythonExpm1 = "Compute exp(x)-1"
|
|
PythonFabs = "Absolute value"
|
|
PythonFloat = "Convert x to a float"
|
|
PythonFloor = "Floor"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantissa and exponent of x"
|
|
PythonGamma = "Gamma function"
|
|
PythonGetPixel = "Return pixel (x,y) color"
|
|
PythonGetrandbits = "Integer with k random bits"
|
|
PythonHex = "Convert integer to hexadecimal"
|
|
PythonImportCmath = "Import cmath module"
|
|
PythonImportKandinsky = "Import kandinsky module"
|
|
PythonImportRandom = "Import random module"
|
|
PythonImportMath = "Import math module"
|
|
PythonImportFromCmath = "Import cmath module"
|
|
PythonImportFromKandinsky = "Import kandinsky module"
|
|
PythonImportFromRandom = "Import random module"
|
|
PythonImportFromMath = "Import math module"
|
|
PythonInput = "Prompt a value"
|
|
PythonInt = "Convert x to an integer"
|
|
PythonIsFinite = "Check if x is finite"
|
|
PythonIsInfinite = "Check if x is infinity"
|
|
PythonIsNaN = "Check if x is a NaN"
|
|
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"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Fractional and integer parts of x"
|
|
PythonOct = "Convert integer to octal"
|
|
PythonPhase = "Phase of z"
|
|
PythonConstantPi = "3.141592653589794"
|
|
PythonPolar = "z in polar coordinates"
|
|
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 = "z in cartesian coordinates"
|
|
PythonRound = "Round to n digits"
|
|
PythonSeed = "Initialize random number generator"
|
|
PythonSetPixel = "Color pixel (x,y)"
|
|
PythonSin = "Sine"
|
|
PythonSinh = "Hyperbolic sine"
|
|
PythonSorted = "Sort a list"
|
|
PythonSqrt = "Square root"
|
|
PythonSum = "Sum the items of a list"
|
|
PythonTan = "Tangent"
|
|
PythonTanh = "Hyperbolic tangent"
|
|
PythonTrunc = "x truncated to an integer"
|
|
PythonUniform = "Floating point number in [a,b]"
|
|
PythonImportFromTime = "Import time module"
|
|
PythonImportTime = "Import time module"
|
|
PythonTimeFunction = "time module function prefix"
|
|
PythonTimeSleepMs = "Sleep for the given duration"
|
|
PythonTimeSleep = "Sleep for the given duration"
|
|
PythonTimeSleepUs = "Sleep for the given duration"
|
|
PythonTimeTicksAdd = "Offset ticks value"
|
|
PythonTimeTicksDiff = "Measure ticks difference"
|
|
PythonTimeTicksMs = "Increasing millisecond counter"
|
|
PythonTimeTicksUs = "Increasing microsecond counter"
|