Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Function to determine if two numbers are nearly equal when rounded to n significant decimal digits

Most efficient/elegant way to clip a number?

c++ algorithm math logic

How do I find the next multiple of 10 of any integer?

c algorithm math

Fastest implementation of sine, cosine and square root in C++ (doesn't need to be much accurate)

Determine which side of a line a point lies [duplicate]

c# math geometry convex-hull

C++ fixed point library? [closed]

c++ math fixed-point

How much do two rectangles overlap?

How does this bitwise operation check for a power of 2?

c math bit-manipulation

How to round to the next largest number?

javascript math

Is double Multiplication Broken in .NET? [duplicate]

c# .net math

Python: max/min builtin functions depend on parameter order

python math comparison

Calculate largest rectangle in a rotated rectangle

Two Rectangles intersection

"Average" of multiple quaternions?

math quaternions

Default php function that turns negative numbers in 0

php math variables numbers

Cracking short RSA keys

In JavaScript, why does zero divided by zero return NaN, but any other divided by zero return Infinity?

Numerically stable way to compute sqrt((b²*c²) / (1-c²)) for c in [-1, 1]

What happens when you increment an integer beyond its max value?

java math

What is 1LL or 2LL in C and C++?

c++ c math long-integer cmath