;omnibus `math' module (module math () (import scheme (chicken module)) (import (math base) (math flonum) (math number-theory)) (reexport (math base) (math flonum) (math number-theory))) ;get it (import math)