Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Decimal data type in Visual Basic 6.0

math vb6 double decimal

Find two missing numbers

Generating Ascending Sequence 2^p*3^q

algorithm sorting math

How to find the fixed points of a simple mod function elegantly?

Transforming captured co-ordinates into screen co-ordinates

Trying to understand the math behind the perspective matrix in WebGL

Are there any C# math libraries that do interpolation / extrapolation [closed]

c# math

How to do matrix and vector math in Objective-C?

Show that the summation ∑ i to n (logi) is O(nlogn) [closed]

math big-o

How to find correlation between two integer arrays in java

java arrays math int correlation

Sorting according to clockwise point coordinates

A good algorithm for generating an order number

algorithm math

Algorithm to calculate a page importance based on its views / comments

How to validate a International Securities Identification Number (ISIN) number

math financial

How do you calculate div and mod of floating point numbers?

Flipping a quaternion from right to left handed coordinates

math 3d

How to get a specific sequence like this?

algorithm math

Understanding the algorithm of Visual C++'s rand() function

c++ c algorithm math

Solving a cubic equation

python algorithm math cubic

Is there a reason some languages allow a negative modulus?

java c math modulus