dlamc3 function

double dlamc3(
  1. double A,
  2. double B
)

Implementation

double dlamc3(final double A, final double B) {
  return A + B;
}