Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Efficiently getting isometric grid positions within a bounding box

javascript math isometric

What number remains after repeatedly eliminating perfect squares?

algorithm math

Translating between cartesian and screen coordinates

Implementation of ceil() and floor()

c math

What is the fastest way to generate a random integer in javascript?

Count the number of occurrences of 0's in integers from 1 to N

c algorithm math

Round to nearest multiple of a number

c++ math

Generating sorted random ints without the sort? O(n)

math sorting random

Is it possible to optimize this function?

The shortest path between two integers by adding or subtracting

What is the fastest algorithm to determine if any number in a sorted array is multiple of `x`?

algorithm math

How to find integer nth roots?

python algorithm math nth-root

Generate random numbers distributed by Zipf

math random probability

Drawing part of a Bézier curve by reusing a basic Bézier-curve-function?

Double precision problems on .NET

c# .net math double

Rounding of negative numbers in Javascript

javascript math rounding

How to calculate modulo of negative integers in JavaScript?

Determine whether the two classes are linearly separable (algorithmically in 2D)

Euclidean greatest common divisor for more than two numbers

Modify a given number to find the required sum?

c algorithm math sum puzzle