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.

Introduction

computing/stl/algorithms/binarysearch dalia07

more »

binary search

computing/stl/algorithms/binarysearch dalia07
Returns whether the range contains an element
more »

lower bound

computing/stl/algorithms/binarysearch dalia07
Finds the first element greater than or equal to a given value
more »

exp

computing/c/math.h Asif Ahmed
exponential functions
more »

Heap

computing/sort jamessw109
Establish the heap property for a given root.
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 »