Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

How can I do regression analysis in Sage?

math sage

When is it appropriate to use floating precision data types?

math

MySQL integer unsigned arithmetic problems?

mysql integer math unsigned

Calculating complex numbers with rational exponents

java math complex-numbers

how to position 12 circles evenly in a big circle

algorithm math geometry

Given an angle in degrees, how can I find the logic for line of travel using x and y? (Math dilemma)

math html canvas

Rotation Matrix given angle and point in X,Y,Z

c# math matrix

Distance measurment by the GPS coordinates

c math gps

Fastest way to find the sum of decimal digits

c++ algorithm math

Numeral domains in Haskell

math haskell

Calculating geometric mean of a long list of random doubles

java math

Asymptotic analysis

How to solve ODEs with Java?

java math apache-commons ode

Solving Recurrence relation: T(n) = 3T(n/5) + lgn * lgn

How do I perform the atan2 function in T-SQL?

mysql sql-server math atan2

Golang Fibonacci calculation appears off

algorithm math go

C# rounding with division [duplicate]

c# math algebra

Rotating a CGPoint around another CGPoint

How does this method determine the greatest common divisor?

ruby algorithm math

Equivalent function for Math.signum(double) for int or long in Java

java math primitive