File tree 2 files changed +0
-15
lines changed
lib/node_modules/@stdlib/math/base
2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 21
21
/* eslint-disable max-lines */
22
22
23
23
import assert = require( '@stdlib/math/base/assert' ) ;
24
- import ops = require( '@stdlib/math/base/ops' ) ;
25
24
import special = require( '@stdlib/math/base/special' ) ;
26
25
import tools = require( '@stdlib/math/base/tools' ) ;
27
26
import utils = require( '@stdlib/math/base/utils' ) ;
@@ -35,11 +34,6 @@ interface Namespace {
35
34
*/
36
35
assert : typeof assert ;
37
36
38
- /**
39
- * Base (i.e., lower-level) math operators.
40
- */
41
- ops : typeof ops ;
42
-
43
37
/**
44
38
* Base (i.e., lower-level) special math functions.
45
39
*/
Original file line number Diff line number Diff line change @@ -49,15 +49,6 @@ var ns = {};
49
49
*/
50
50
setReadOnly ( ns , 'assert' , require ( '@stdlib/math/base/assert' ) ) ;
51
51
52
- /**
53
- * @name ops
54
- * @memberof ns
55
- * @readonly
56
- * @type {Namespace }
57
- * @see {@link module:@stdlib/math/base/ops }
58
- */
59
- setReadOnly ( ns , 'ops' , require ( '@stdlib/math/base/ops' ) ) ;
60
-
61
52
/**
62
53
* @name special
63
54
* @memberof ns
You can’t perform that action at this time.
0 commit comments