Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Implementation of differentiation in C#

c# math

Computing a polygon that surrounds a multi-point line

java math polygon

long double math library implementations?

c math c99 long-double

Division not crossing over bytes

Find the largest divisor of N that is less than sqrt(N)

How to manipulate colors to give a real-time glowing effect?

delphi math colors delphi-7

How to get the size of the intersecting part in a circle in Java

Find the lowest combination of XOR

math optimization

Where can I find math intense apps in Ruby

ruby algorithm math

C#: Dice Permutation without Repetition

Java Tower Defense Missile Calculation

java math 2d game-physics

c++ convert a fractional part of a number into integer

c++ math integer

How do you input piecewise functions into wolfram alpha?

64-bit fixed-point multiplication error

c# math binary fixed-point

Is the Carmack/Welsh inverse square root algorithm biased

c algorithm math

What's it called when I want to choose items to fill container as full as possible - and what algorithm should I use?

algorithm math optimization

How can I expand this Gabor patch to the size of the bounding box?

python math numpy 2d

Math "equations" not working properly

java swing math

How to find and print intersections of n given circles in O(n*log(n)) time?

Rounding up integer without using float, double, or division

c math rounding