math/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext.math | |
Functions | |
factorial | Computes a factorial number up to MAX_FACTORIAL |
Constants | |
MAX_FACTORIAL |
Copyright © 2007-2011, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com
Functions | |
factorial | Computes a factorial number up to MAX_FACTORIAL |
Constants | |
MAX_FACTORIAL |
declare function factorial ( byval n as double ) as double
Computes a factorial number up to MAX_FACTORIAL
n | the number to calculate the factorial of. |
The factorial of n.
Computes a factorial number up to MAX_FACTORIAL
declare function factorial ( byval n as double ) as double
const MAX_FACTORIAL = 256#