Module: math

From SolutionSpaceTool

This module implements same mathematical operations which are not provided by the standard math module. Attention: Using this module and the standard Python math module can lead to namespace problems.

package tools
imported by:

Functions

int catalan_number(n)

n: int

Returns the Catlan Number of n.

Personal tools