Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

How to test if a double is an integer

java math

What does gcc's ffast-math actually do?

Algorithm to find Largest prime factor of a number

How does the HyperLogLog algorithm work?

Why use softmax as opposed to standard normalization?

math neural-network softmax

What are the mathematical/computational principles behind this game?

algorithm math pseudocode

How do I calculate the normal vector of a line segment?

math geometry vector

Remove insignificant trailing zeros from a number?

javascript regex math numbers

How can I specify the base for Math.log() in JavaScript?

javascript math logarithm

Circle line-segment collision detection algorithm?

Why prefer two's complement over sign-and-magnitude for signed numbers?

Mod of negative number is melting my brain

c# math modulo

How to make rounded percentages add up to 100%

How do I calculate a point on a circle’s circumference?

algorithm math trigonometry

Rounding BigDecimal to *always* have two decimal places

java math bigdecimal rounding

Why does Python's hash of infinity have the digits of π?

Is log(n!) = Θ(n·log(n))?

How can I ensure that a division of integers is always rounded up?

c# math

How can I round down a number in Javascript?

javascript math rounding

How to scale down a range of numbers with a known min and max value

math range scaling max minimum