Computing the min() / max() of a slice of doubles.
Enjoys Math via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Jan 29 20:13:09 PST 2016
I want to use std.algorithm.min/max,
how would I apply that to a slice of doubles and not a tuple of
args?
Thanks.
More information about the Digitalmars-d-learn
mailing list