Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

What is the C++ function to raise a number to a power?

c++ math

Calculate the center point of multiple latitude/longitude coordinate pairs

math latitude-longitude geo

Sort points in clockwise order?

Mod in Java produces negative numbers [duplicate]

java math mod

What's the difference between “mod” and “remainder”?

c math operators

Why do Python's math.ceil() and math.floor() operations return floats instead of integers?

python math

How to round a number to significant figures in Python

numpy max vs amax vs maximum

python numpy math max

Unique (non-repeating) random numbers in O(1)?

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?