Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Can you do Vector addition in Java, natively?

java math vector

Area of rectangle-rectangle intersection

python math domain errors in math.log function

python math

get point coordinates based on direction and distance (vector)

Where to find algorithms for standard math functions? [closed]

Optimize me! (C, performance) -- followup to bit-twiddling question

Math used in 3D (Game) Engine Programming

math game-engine

Calculating degrees between 2 points with inverse Y axis

Does a range of integers contain at least one perfect square?

Calculating if an angle is between two angles

math trigonometry

How to generate random numbers biased towards one value in a range?

Sum of all numbers written with particular digits in a given range

algorithm math

How do I find the orthogonal projection of a point onto a plane

math 3d

Value Remapping

math processing

Arithmetic Overflow vs. Arithmetic Carry

math hex

How do you normalize a zero vector

Perpendicular on a line segment from a given point

math 3d geometry

What is the correct way to raise an integer to a positive integer power in C++?

c++ math numerical

Getting the fractional part of a float without using modf()

c++ c math bit-manipulation

How does modulus of a smaller dividend and larger divisor work?

c math