Recover Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttp://yahoo.com/

Latest Content

The technical libary of numerical code and references with worked examples.

floor

computing/c/math.h Asif Ahmed
round to largest integral value not greater than x
more »

partial sort

computing/stl/algorithms/sorting dalia07
Sorts until the first n elements are correct
more »

sort

computing/stl/algorithms/sorting dalia07
Sorts all elements
more »

Heap

computing/sort jamessw109
Establish the heap property for a given root.
more »

Lock Gate

engineering/fluid_mechanics/water_pressure Asif Ahmed
Water pressure on Lock Gates
IconIcon more »

Discrete

maths/approximation/regression CodeCogs
Approximates a discrete function using least squares polynomial fitting.
IconIcon more »

circle

maths/geometry/area jarjar
Computes the area of the circular segment within a circle tangent to a reference line.
IconIcon more »

Factorial

maths/combinatorics/arithmetic vince
Calculates the factorial of an integer number.
more »