PearsonCor.put - multiple declarations

Function PearsonCor.put

void put (
  double elem1,
  double elem2
) nothrow @safe;

Function PearsonCor.put

Combine two PearsonCor's.

void put (
  ref const(PearsonCor) rhs
) nothrow @safe;