Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

fibonacci series - recursive summation

java math recursion fibonacci

Gravity Compensation in Accelerometer Data

how to compute 'y' in 2^y = 2^q0 + ... + 2^qn efficiently in C++?

c++ math

Normalizing Spatial Vectors without Square Root

java math collision geometry

How does this approximation of division using bit shift operations work?