max() in phobos?

Bill Baxter wbaxter at gmail.com
Mon Nov 6 11:17:35 PST 2006


Is there a generic 'max' function anywhere in phobos?
The closest I could find was std.math.fmax().

Grepping Phobos, I find there is a generic max()/min() pair in called 
"std.math2".  Is math2 an official part of the library?  Can I count on 
it being there?  Or is that stuff that's slated to be moved into 
std.math eventually?

--bb



More information about the Digitalmars-d-learn mailing list