studenttInv function

double studenttInv(
  1. double p,
  2. int df
)

Implementation

@JS('jStat.studentt.inv')
external double studenttInv(double p, int df);