Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in numerical-methods

Floating Point Arithmetic: Deriving Wobble [duplicate]

Approximate value of sin by Taylor series

OpenMP and reduction()

c openmp numerical-methods

Problems with CORDIC for Logarithm in C

c numerical-methods c99

How to solve 2D integral?

Accept Numerical Values only for input using scanf

tan(x) approximation to double precision on |x| < pi/4

Yet another fast trigonometry

lib for solving nonlinear optimization tasks in .net

Convert Matlab numerical heat conduction model to Python

Coordinate Descent Algorithm in Julia for Least Squares not converging

Python - Implementing a numerical equation solver (Newton-Raphson)

Bug in scipy.special.ellipkinc - incomplete elliptic integral

sRGB's linear segment to avoid infinite slope - why?

numerical-methods srgb

Why does this naive solution to catastrophic cancellation not work?

numerical-methods

Is boost::math::sinc_pi unnecessarily complicated?

c++ boost numerical-methods

Why can't I get this Runge-Kutta solver to converge as the time step decreases?