Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Projection- Transforming 3d to 2d

math graph matrix projection

Finding coordinates of a point between two points?

wpf math linear-algebra

Algorithm to solve the points of a evenly-distributed / even-gaps spiral?

conversion from double to unsigned int

c++ math floating-point

Books & resources to teach myself Linear Algebra [closed]

math linear-algebra algebra

How to round double values but keep trailing zeros

c# math c#-2.0 double rounding

Rounding a value to only a list of certain values in C#

c# .net math

calculating magnitude of a number in java

java math

Latitude / Longitude and meters

How to pass a function as a function parameter in Python

python function math

How do I extract the angle of rotation from a QTransform?

c++ qt math transform

Solving a matrix in MATLAB?

math matlab linear-algebra

Cube root of a negative number

java math

sine wave that slowly ramps up frequency from f1 to f2 for a given time

c++ c algorithm math waveform

Structure and Interpretation of Computer Programs, what level of maths ability is required?

math sicp

Faster implementation of Math.round?

Splitting a 16 bit int into two 8 bit ints in python

python math

Algorithm to control acceleration until a position is reached

algorithm math physics

How do I insert special characters as text in XML editor for Android?

java android xml math symbols

Is fast implementation of pow(x, 0.5f) faster than fast sqrt(x)?

c++ c performance math