use math

This module contains Phoo bindings for most all of the functions defined on the global Math object.

Constants ( → num ) :

One-argument functions ( ab ) :

atan2 ( x yv )

hypot ( a array of lengthshhypotenuse )

abs, max, min, pow, and random are omitted.

abs, max, pow, and min are included in the standard builtins, and a better-quality, seedable random number generator is included in the random module.


back to index

docs@04547c7