HOMELIBRARYPRODUCTSFORUMSCART Join CodeCogs Login Email or Screen Name Password Remember password Recover Password Login Or login with: http://facebook.com/ https://www.google.com/accounts/o8/id http://yahoo.com/ COMPUTINGARRAYBASECGRAPHICSIOLOWLEVELSECURITYSORTSTLENGINEERINGAERODYNAMICSFLUID MECHANICSGEOTECHNICSMATERIALSMECHANICSMETALLURGYOSCILLATIONSSTRUCTURESTHEORY OF MACHINESTHERMODYNAMICSFINANCEACCOUNTINGBANKINGMATHSAPPROXIMATIONCALCULUSCOMBINATORICSDATA FITTINGDISCRETEGEOMETRYNOTATIONSOPTIMIZATIONROOTFINDINGSPECIALPHYSICSFUNDAMENTALSKINEMATICSMAGNETISMSTATISTICSDISTRIBUTIONSMOMENTSRANDOMCountifOperatorsSumifSTRINGSSEARCHHtml Word WrapNth WordStrtodouble VecUNITSCONVERTDATETIMEDimensional AnalysisThe Imperial System New Modules Updated Modules Latest Content The technical libary of numerical code and references with worked examples. Feb 23 Introductioncomputing/stl/algorithms/binarysearch dalia07 more » Feb 23 binary searchcomputing/stl/algorithms/binarysearch dalia07 Returns whether the range contains an element more » Feb 23 lower boundcomputing/stl/algorithms/binarysearch dalia07 Finds the first element greater than or equal to a given value more » Feb 23 expcomputing/c/math.h Asif Ahmed exponential functions more » Feb 19 Heapcomputing/sort jamessw109 Establish the heap property for a given root. more » Jan 19 Discretemaths/approximation/regression CodeCogs Approximates a discrete function using least squares polynomial fitting. more » Jan 9 circlemaths/geometry/area jarjar Computes the area of the circular segment within a circle tangent to a reference line. more » Jan 3 Factorialmaths/combinatorics/arithmetic vince Calculates the factorial of an integer number. more » Recent Library ThreadsMon Dec 26inverseThe attached code, based on the description: There is also an inverse permutation P-1 for which P ...Mon Dec 26inverseI've looked briefly at code and have no clue how it works. How can I be assured the code is correct ...Thu Nov 17Standard_DeviationI have an array of (say) 2,000 numbers, double x[2000]={0.123, 0.2144,-9.11, ... , -0.163] ...