MATH - nus-cs4215/x-slang-t1-xz-jj GitHub Wiki

The Python math library are pre-imported for SICPy. The complete specifications are given here. You are encouraged to refer to this document for the list of mathematical functions supported.

Examples

The Pi constant can be accessed by math.pi; while the power function can be called via math.pow(x, y) where x and y are numbers.