File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/node_modules/@stdlib/math/tools/unary/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ var validate = require( './validate.js' );
4848* @param {(Function|null) } [table.array] - function to invoke upon receiving an array-like object
4949* @param {(Function|null) } [table.ndarray] - function to invoke upon receiving an ndarray-like object
5050* @param {Options } [options] - options
51- * @param {string } [options.output_dtype_policy='float '] - policy for determining the output array data type
51+ * @param {string } [options.output_dtype_policy='floating-point '] - policy for determining the output array data type
5252* @throws {TypeError } first argument must be an object
5353* @throws {TypeError } first argument must have valid table fields
5454* @throws {Error } each table field value must be either a function or `null`
You can’t perform that action at this time.
0 commit comments