Skip to content

Commit 0667356

Browse files
gururaj1512kgryte
authored andcommitted
remove: remove mulf from namespace
This commit removes the `mulf` symbol from the `@stdlib/math/base/ops` namespace due to a package migration. BREAKING CHANGE: remove `mulf` To migrate, users should access the same symbol via the `@stdlib/number/float32/base` namespace. --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 7ae2f22 commit 0667356

File tree

1 file changed

+0
-9
lines changed
  • lib/node_modules/@stdlib/math/base/ops/lib

1 file changed

+0
-9
lines changed

lib/node_modules/@stdlib/math/base/ops/lib/index.js

-9
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,6 @@ setReadOnly( ns, 'imul', require( '@stdlib/math/base/ops/imul' ) );
135135
*/
136136
setReadOnly( ns, 'imuldw', require( '@stdlib/math/base/ops/imuldw' ) );
137137

138-
/**
139-
* @name mulf
140-
* @memberof ns
141-
* @readonly
142-
* @type {Function}
143-
* @see {@link module:@stdlib/math/base/ops/mulf}
144-
*/
145-
setReadOnly( ns, 'mulf', require( '@stdlib/math/base/ops/mulf' ) );
146-
147138
/**
148139
* @name subf
149140
* @memberof ns

0 commit comments

Comments
 (0)