Functor Bounding_box.Make

module Make: 
functor (Num : Bounding_box_intf.Numeric_S) -> S with module Num = Num with type a = Num.t
Parameters:
Num : Bounding_box_intf.Numeric_S