omnibus `math' module added by kon on Wed Aug 23 23:11:22 2023

;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)