bSp static method

double bSp(
  1. double s
)

Implementation

static double bSp(double s) {
  return s * 1.0;
}