
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
This project contains all implemented classes and calculations.
Analysis
Basics
LinearAlgebra
LinearAlgebra.Vectors
LinearAlgebra.Matrices
Statistic
Method | in Class | Static | Description | Return Value |
---|---|---|---|---|
Derivation_Approximation | AnalysisBase | Y | Calculates an approximated derivation value at a specific point | double |
ExtremaApproximatedWithFibonacciMethod | AnalysisBase | Y | Calculates an approximated extrema from a function with the fibonacci method | Vector |
Compare | Basics | Y | Compares two objects to each other | ECompareResult |
DegreesToRadians | Basics | Y | Transforms degree values into radian values | double |
FibonacciSequence | Basics | Y | Calculates the fibonacci sequence numbers | int |
Solve | LGS | N | Solves a system with linear equations | Vector |
AddVectorToVector | LinearAlgebraOperations | Y | Adds two vectors together | Vector |
SubtractVectorFromVector | LinearAlgebraOperations | Y | Subtracts two vectors | Vector |
MultiplyVectorWithVector | LinearAlgebraOperations | Y | Multiplies two vectors | Vector |
MultiplyVectorWithScalar | LinearAlgebraOperations | Y | Multiplies a vector with a scalar value | Vector |
CalculateDotProduct | LinearAlgebraOperations | Y | Calculates the dot product of two vectors | double |
CalculateCrossProduct | LinearAlgebraOperations | Y | Calculates the cross product of two vectors | Vector |
MultiplyMatrixWithMatrix | LinearAlgebraOperations | Y | Multiplies two matrices together | Matrix |
MultiplyMatrixWithVector | LinearAlgebraOperations | Y | Multiplies a matrix with a vector | Vector |
MultiplyMatrixWithScalar | LinearAlgebraOperations | Y | Multiplies a matrix with a scalar value | Matrix |
MultiplyMatrixWithItself | LinearAlgebraOperations | Y | Multiplies a matrix a bounch of time with itself | Matrix |
TransposeMatrix | LinearAlgebraOperations | Y | Creates the transposed version of the matrix | Matrix |
CalculateInverseMatrix | LinearAlgebraOperations | Y | Calculates the inverse matrix | Matrix |
CreateRegression | PolynominalRegression | Y | Calculates a regression polynominal with a given degree | Function |
FAQs
The Math Collection is a project that contains mathematical concepts
We found that math_collection demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.