studenttInv function

  1. @JS('jStat.studentt.inv')
double studenttInv(
  1. double p,
  2. int df
)

Implementation

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