mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
281 lines
12 KiB
Plaintext
281 lines
12 KiB
Plaintext
PythonPound = "Comment"
|
|
PythonPercent = "Modulo"
|
|
Python1J = "Imaginary i"
|
|
PythonLF = "Line feed"
|
|
PythonTab = "Tabulation"
|
|
PythonAmpersand = "Bitwise and"
|
|
PythonSymbolExp = "Bitwise exclusive or"
|
|
PythonVerticalBar = "Bitwise or"
|
|
PythonImag = "Imaginary part of z"
|
|
PythonReal = "Real part of z"
|
|
PythonSingleQuote = "Single quote"
|
|
PythonAbs = "Absolute value/Magnitude"
|
|
PythonAcos = "Arc cosine"
|
|
PythonAcosh = "Arc hyperbolic cosine"
|
|
PythonAppend = "Add x to the end of the list"
|
|
PythonArrow = "Arrow from (x,y) to (x+dx,y+dy)"
|
|
PythonAsin = "Arc sine"
|
|
PythonAsinh = "Arc hyperbolic sine"
|
|
PythonAtan = "Arc tangent"
|
|
PythonAtan2 = "Return atan(y/x)"
|
|
PythonAtanh = "Arc hyperbolic tangent"
|
|
PythonAxis = "Set axes to (xmin,xmax,ymin,ymax)"
|
|
PythonBar = "Draw a bar plot with x values"
|
|
PythonBin = "Convert integer to binary"
|
|
PythonCeil = "Ceiling"
|
|
PythonChoice = "Random number in the list"
|
|
PythonClear = "Empty the list"
|
|
PythonCmathFunction = "cmath module function prefix"
|
|
PythonColor = "Define a rgb color"
|
|
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 = "Return a+ib"
|
|
PythonCopySign = "Return x with the sign of y"
|
|
PythonCos = "Cosine"
|
|
PythonCosh = "Hyperbolic cosine"
|
|
PythonCount = "Count the occurrences of x"
|
|
PythonDegrees = "Convert x from radians to degrees"
|
|
PythonDivMod = "Quotient and remainder"
|
|
PythonDrawCircle = "Draw a circle"
|
|
PythonDrawLine = "Draw a line"
|
|
PythonDrawString = "Display a text from pixel (x,y)"
|
|
PythonErf = "Error function"
|
|
PythonErfc = "Complementary error function"
|
|
PythonEval = "Return the evaluated expression"
|
|
PythonExp = "Exponential function"
|
|
PythonExpm1 = "Compute exp(x)-1"
|
|
PythonFabs = "Absolute value"
|
|
PythonFillCircle = "Fill a circle"
|
|
PythonFillPolygon = "Fill a polygon"
|
|
PythonFillRect = "Fill a rectangle at pixel (x,y)"
|
|
PythonFloat = "Convert x to a float"
|
|
PythonFloor = "Floor"
|
|
PythonFmod = "a modulo b"
|
|
PythonFrExp = "Mantissa and exponent of x: (m,e)"
|
|
PythonGamma = "Gamma function"
|
|
PythonGetPalette = "Get theme palette"
|
|
PythonGetPixel = "Return pixel (x,y) color"
|
|
PythonGetrandbits = "Integer with k random bits"
|
|
PythonGrid = "Toggle the visibility of the grid"
|
|
PythonHex = "Convert integer to hexadecimal"
|
|
PythonHist = "Draw the histogram of x"
|
|
PythonImportCmath = "Import cmath module"
|
|
PythonImportIon = "Import ion module"
|
|
PythonImportKandinsky = "Import kandinsky module"
|
|
PythonImportRandom = "Import random module"
|
|
PythonImportMath = "Import math module"
|
|
PythonImportMatplotlibPyplot = "Import matplotlib.pyplot module"
|
|
PythonImportNumpy = "Import ulab.numpy module"
|
|
PythonImportTime = "Import time module"
|
|
PythonImportTurtle = "Import turtle module"
|
|
PythonIndex = "Index of the first x occurrence"
|
|
PythonInput = "Prompt a value"
|
|
PythonInsert = "Insert x at index i in the list"
|
|
PythonInt = "Convert x to an integer"
|
|
PythonIonFunction = "ion module function prefix"
|
|
PythonIsFinite = "Check if x is finite"
|
|
PythonIsInfinite = "Check if x is infinity"
|
|
PythonIsKeyDown = "Return True if the k key is down"
|
|
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"
|
|
PythonMatplotlibPyplotFunction = "matplotlib.pyplot module prefix"
|
|
PythonMax = "Maximum"
|
|
PythonMin = "Minimum"
|
|
PythonModf = "Fractional and integer parts of x"
|
|
PythonMonotonic = "Value of a monotonic clock"
|
|
PythonNumpyFunction = "numpy module prefix"
|
|
PythonNumpyFftFunction = "numpy.fft module prefix"
|
|
PythonNumpyLinalgFunction = "numpy.linalg module prefix"
|
|
PythonNumpyArray = "Convert an array to ndarray"
|
|
PythonNumpyArange = "Make a table from the range (i)"
|
|
PythonNumpyConcatenate = "Concatenate a and b"
|
|
PythonNumpyDiag = "Extract or construct a diagonal array"
|
|
PythonNumpyZeros = "S shape array filled with 0"
|
|
PythonNumpyOnes = "S shape array filled with 1"
|
|
PythonNumpyEmpty = "Uninitialized array of form s"
|
|
PythonNumpyEye = "Table with 1s on the diagonal and 0s elsewhere"
|
|
PythonNumpyFull = "S shape array filled with v"
|
|
PythonNumpyLinspace = "Numbers spaced over a specified interval"
|
|
PythonNumpyLogspace = "Numbers spaced on a logarithmic scale"
|
|
PythonNumpyCopy = "Copy of table"
|
|
PythonNumpyDtype = "Table type"
|
|
PythonNumpyFlat = "Flat array iterator"
|
|
PythonNumpyFlatten = "Flattened version of the table"
|
|
PythonNumpyShape = "Get the shape of the array"
|
|
PythonNumpyReshape = "Replace array shape with s"
|
|
PythonNumpySize = "Number of elements in the array"
|
|
PythonNumpyTranspose = "Transposed version of the table"
|
|
PythonNumpySortWithArguments = "Sorted version of the table"
|
|
PythonNumpyNdinfo = "Print information about a"
|
|
PythonNumpyAll = "Test if all elements of a are trye"
|
|
PythonNumpyAny = "Test if an element of a is true"
|
|
PythonNumpyArgmax = "Index of the maximum value of a"
|
|
PythonNumpyArgmin = "Subscript of the minimum value of a"
|
|
PythonNumpyArgsort = "Clues that would sort an array"
|
|
PythonNumpyClip = "Cut values in an array"
|
|
PythonNumpyConvolve = "Discrete linear convolution of a and b"
|
|
PythonNumpyDiff = "Derived from a"
|
|
PythonNumpyInterp = "Linearly interpolated values of a"
|
|
PythonNumpyDot = "Dot product of a and b"
|
|
PythonNumpyCross = "Cross product of a and b"
|
|
PythonNumpyEqual = "A == a element by element"
|
|
PythonNumpyNot_equal = "A! = A element by element"
|
|
PythonNumpyFlip = "Turnaround table"
|
|
PythonNumpyIsfinite = "Test the finiteness element by element"
|
|
PythonNumpyIsinf = "Test the infinity element by element"
|
|
PythonNumpyMean = "Average d"
|
|
PythonNumpyMin = "Maximum value of a"
|
|
PythonNumpyMax = "Minimum value of a"
|
|
PythonNumpyMedian = "Median value of a"
|
|
PythonNumpyMinimum = "Minimum array elements per element"
|
|
PythonNumpyMaximum = "Maximum per element of array elements"
|
|
PythonNumpyPolyfit = "Least squares polynomial fit"
|
|
PythonNumpyPolyval = "Evaluate a polynomial at specific values"
|
|
PythonNumpyRoll = "Shift the content of a by n"
|
|
PythonNumpySort = "Sort to"
|
|
PythonNumpyStd = "Calculate the standard deviation of a"
|
|
PythonNumpySum = "Calculate the sum of a"
|
|
PythonNumpyTrace = "Calculate the sum of the diagonal elements of a"
|
|
PythonNumpyTrapz = "Integrate using the composite trapezoidal ruler"
|
|
PythonNumpyWhere = "Returns elements chosen from x or y according to c"
|
|
PythonNumpyVectorize = "Vectorize the generic python function f"
|
|
PythonNumpyAcos = "Apply acos item by item"
|
|
PythonNumpyAcosh = "Apply acosh item by item"
|
|
PythonNumpyArctan2 = "Apply arctan2 element by element"
|
|
PythonNumpyAround = "Apply around the element"
|
|
PythonNumpyAsin = "Apply asin element by element"
|
|
PythonNumpyAsinh = "Apply asinh element by element"
|
|
PythonNumpyAtan = "Apply one item by item"
|
|
PythonNumpyAtanh = "Apply atanh element by element"
|
|
PythonNumpyCeil = "Apply the ceiling by element"
|
|
PythonNumpyCos = "Apply cos element by element"
|
|
PythonNumpyCosh = "Apply cosh element by element"
|
|
PythonNumpyDegrees = "Apply degrees element by element"
|
|
PythonNumpyExp = "Apply exp per item"
|
|
PythonNumpyExpm1 = "Apply expm1 element by element"
|
|
PythonNumpyFloor = "Apply soil by element"
|
|
PythonNumpyLog = "Apply journal by item"
|
|
PythonNumpyLog10 = "Apply log10 element by element"
|
|
PythonNumpyLog2 = "Apply log2 element by element"
|
|
PythonNumpyRadians = "Apply radians per element"
|
|
PythonNumpySin = "Apply sin by element"
|
|
PythonNumpySinh = "Apply sinh element by element"
|
|
PythonNumpySqrt = "Apply sqrt element by element"
|
|
PythonNumpyTan = "Apply the tan by element"
|
|
PythonNumpyTanh = "Apply tanh per item"
|
|
PythonNumpyBool = "Bool type of numpy"
|
|
PythonNumpyFloat = "Float type of numpy"
|
|
PythonNumpyUint8 = "Type uint8 of numpy"
|
|
PythonNumpyInt8 = "Type int8 of numpy"
|
|
PythonNumpyUint16 = "Type uint16 from numpy"
|
|
PythonNumpyInt16 = "Type int16 of numpy"
|
|
PythonNumpyNan = "Nan representation of numpy"
|
|
PythonNumpyInf = "Inf representation of numpy"
|
|
PythonNumpyE = "2.718281828459045"
|
|
PythonNumpyPi = "3.141592653589793"
|
|
PythonNumpyFft = "One-dimensional discrete fourier transform"
|
|
PythonNumpyIfft = "One-dimensional inverse discrete fourier transform"
|
|
PythonNumpyDet = "Determinant of a"
|
|
PythonNumpyEig = "Eigenvalues and right eigenvectors of a"
|
|
PythonNumpyCholesky = "Cholesky decomposition"
|
|
PythonNumpyInv = "Inverse matrix a"
|
|
PythonNumpyNorm = "Matrix or vector standard"
|
|
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 = "Square root"
|
|
PythonSum = "Sum the items of a list"
|
|
PythonTan = "Tangent"
|
|
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 = "Set the pen color"
|
|
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"
|
|
PythonImportOs = "Import os module"
|
|
PythonOsUname = "Get infos about the system"
|
|
PythonOsGetlogin = "Get username"
|
|
PythonOsRemove = "Remove file named filename"
|
|
PythonOsRename = "Rename file oldname to newname"
|
|
PythonOsListdir = "List files in memory"
|
|
PythonTimePrefix = "time module function prefix"
|
|
PythonTimeSleep = "Wait for n second"
|
|
PythonMonotonic = "Return monotonic time"
|
|
PythonFileOpen = "Opens a file"
|
|
PythonFileSeekable = "Tells if seek can be used on a file"
|
|
PythonFileSeek = "Move file's cursor"
|
|
PythonFileTell = "Get file's cursor location"
|
|
PythonFileClose = "Closes a file"
|
|
PythonFileClosed = "True if file was closed"
|
|
PythonFileRead = "Read up to size bytes"
|
|
PythonFileWrite = "Write b into file"
|
|
PythonFileReadline = "Reads a line or up to size bytes"
|
|
PythonFileReadlines = "Reads a list of lines"
|
|
PythonFileTruncate = "Resize the file to size"
|
|
PythonFileWritelines = "Writes a list of lines"
|
|
PythonFileName = "Contains file's name"
|
|
PythonFileMode = "Contains file's open mode"
|
|
PythonFileReadable = "Tells if read can be used on a file"
|
|
PythonFileWritable = "Tells if write can be used on a file"
|