{{alias}}( v ) Returns the median of a Student's t distribution. If provided `NaN` as any argument, the function returns `NaN`. If provided `v < 0`, the function returns `NaN`. Parameters ---------- v: number Degrees of freedom. Returns ------- out: number Median. Examples -------- > var v = {{alias}}( 11.0 ) 0.0 > v = {{alias}}( 4.5 ) 0.0 See Also --------