Source for file example.php
Documentation is available at example.php
require_once 'Math/Combinatorics.php';
$combinations = $combinatorics->combinations ($set, 3 );
$permutations = $combinatorics->permutations ($set, 3 );
Documentation generated on Sat, 19 May 2007 12:00:03 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.
|