You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.erfcinv,"\nbase.erfcinv( x:number )\n Evaluates the inverse complementary error function.\n"
950
950
base.erfcx,"\nbase.erfcx( x:number )\n Evaluates the scaled complementary error function.\n"
951
951
base.erfinv,"\nbase.erfinv( x:number )\n Evaluates the inverse error function.\n"
952
-
base.eta,"\nbase.eta( s:number )\n Evaluates the Dirichlet eta function as a function of a real variable `s`.\n"
952
+
base.eta,"\nbase.eta( s:number )\n Evaluates the Dirichlet eta function for a double-precision\n floating-point number `s`.\n"
953
953
base.evalpoly,"\nbase.evalpoly( c:Array<number>, x:number )\n Evaluates a polynomial using double-precision floating-point arithmetic.\n"
954
954
base.evalpoly.factory,"\nbase.evalpoly.factory( c:Array<number> )\n Returns a function for evaluating a polynomial using double-precision\n floating-point arithmetic.\n"
955
955
base.evalrational,"\nbase.evalrational( P:Array<number>, Q:Array<number>, x:number )\n Evaluates a rational function using double-precision floating-point\n arithmetic.\n"
base.strided.snansumkbn2.ndarray,"\nbase.strided.snansumkbn2.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using a second-order iterative Kahan–Babuška\n algorithm and alternative indexing semantics.\n"
2398
2398
base.strided.snansumors,"\nbase.strided.snansumors( N:integer, x:Float32Array, stride:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using ordinary recursive summation.\n"
2399
2399
base.strided.snansumors.ndarray,"\nbase.strided.snansumors.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using ordinary recursive summation and alternative\n indexing semantics.\n"
2400
-
base.strided.snansumpw,"\nbase.strided.snansumpw( N:integer, x:Float32Array, stride:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using pairwise summation.\n"
2401
-
base.strided.snansumpw.ndarray,"\nbase.strided.snansumpw.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using pairwise summation and alternative indexing\n semantics.\n"
2400
+
base.strided.snansumpw,"\nbase.strided.snansumpw( N:integer, x:Float32Array, strideX:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using pairwise summation.\n"
2401
+
base.strided.snansumpw.ndarray,"\nbase.strided.snansumpw.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the sum of single-precision floating-point strided array elements,\n ignoring `NaN` values and using pairwise summation and alternative indexing\n semantics.\n"
2402
2402
base.strided.snanvariance,"\nbase.strided.snanvariance( N:integer, correction:number, x:Float32Array, \n stride:integer )\n Computes the variance of a single-precision floating-point strided array\n ignoring `NaN` values.\n"
2403
2403
base.strided.snanvariance.ndarray,"\nbase.strided.snanvariance.ndarray( N:integer, correction:number, \n x:Float32Array, stride:integer, offset:integer )\n Computes the variance of a single-precision floating-point strided array\n ignoring `NaN` values and using alternative indexing semantics.\n"
2404
2404
base.strided.snanvariancech,"\nbase.strided.snanvariancech( N:integer, correction:number, x:Float32Array, \n stride:integer )\n Computes the variance of a single-precision floating-point strided array\n ignoring `NaN` values and using a one-pass trial mean algorithm.\n"
0 commit comments