Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

sum of product of all pairs of elements in two arrays

algorithm math

Why is sqrt(x*x + y*y) != math.hypot(x, y) in Python 3.8?

Is there an easy function from a pair of 32-bit ints to a single 64-bit int that preserves rotational order?

algorithm math

Very, very large C# floating-point numbers

c# math bigdecimal

General formula to calculate Polyhedron volume

math

Function approximation

Java maths - testing for NaN

java math nan

NSDecimalNumber subtraction

3D Graphics Theory and Code without OpenGL, DirectX, XNA, et al [closed]

java c math sdl 3d

Determine how different are some vectors

Egyptian Fractions in C

java c algorithm math fractions

JavaScript: Efficient integer arithmetic

javascript math integer

Are there any limitations when going from binary to decimal (just as when going from decimal to binary)?

Karatsuba algorithm too much recursion

How many different possible ways can persons be seated in a round table?

number divisible by 17?

algorithm math

Interviewstreet- Permutation Game

algorithm math game-theory

Is there a more elegant way to calculate x = (y / n) + (y % n ? 1 : 0) ?

math language-agnostic

Tribonacci series with different initial values

algorithm math

Math - Divide & leave remainder [duplicate]

jquery math