Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

How can I divide two integers to get a double?

c# math int double

Convert a number range to another range, maintaining ratio

python math

What is "entropy and information gain"?

How to evaluate a math expression given in string form?

java string math

How to round up the result of integer division?

c# java math

Fastest way to list all primes below N

Fastest way to determine if an integer is between two integers (inclusive) with known sets of values

c++ c performance math

Calculate distance between 2 GPS coordinates

What is the standard way to add N seconds to datetime.time in Python?

python datetime time math

Is there a standard sign function (signum, sgn) in C/C++?

c++ c math

Difference between Math.Floor() and Math.Truncate()

.net math

JavaScript math, round to two decimal places [duplicate]

javascript math

What is the difference between '/' and '//' when used for division?

How to sum array of numbers in Ruby?

ruby arrays math sum

How to check if a number is a power of 2

c# algorithm math

Divide a number by 3 without using *, /, +, -, % operators

c math division divide

How do I determine whether my calculation of pi is accurate?

Understanding "randomness"

Designing function f(f(n)) == -n

math integer

Calculate distance between two latitude-longitude points? (Haversine formula)