fsp static method

double fsp(
  1. num s
)

Implementation

static double fsp(num s) {
  return s.fsp;
}