@@ -97,71 +97,71 @@ test = {
97
97
'* @memberof fast.special' ,
98
98
'* @readonly' ,
99
99
'* @type {Function}' ,
100
- '* @see {@link module:@stdlib/fastmath/ special/atanh}' ,
100
+ '* @see {@link module:@stdlib/math/base/ special/fast /atanh}' ,
101
101
'*/' ,
102
- 'setReadOnly( ns, \'atanh\', require( \'@stdlib/fastmath/ special/atanh\' ) );' ,
102
+ 'setReadOnly( ns, \'atanh\', require( \'@stdlib/math/base/ special/fast /atanh\' ) );' ,
103
103
'' ,
104
104
'/**' ,
105
105
'* @name hypot' ,
106
106
'* @memberof fast.special' ,
107
107
'* @readonly' ,
108
108
'* @type {Function}' ,
109
- '* @see {@link module:@stdlib/fastmath/ special/hypot}' ,
109
+ '* @see {@link module:@stdlib/math/base/ special/fast /hypot}' ,
110
110
'*/' ,
111
- 'setReadOnly( ns, \'hypot\', require( \'@stdlib/fastmath/ special/hypot\' ) );' ,
111
+ 'setReadOnly( ns, \'hypot\', require( \'@stdlib/math/base/ special/fast /hypot\' ) );' ,
112
112
'' ,
113
113
'/**' ,
114
114
'* @name max' ,
115
115
'* @memberof fast.special' ,
116
116
'* @readonly' ,
117
117
'* @type {Function}' ,
118
- '* @see {@link module:@stdlib/fastmath/ special/max}' ,
118
+ '* @see {@link module:@stdlib/math/base/ special/fast /max}' ,
119
119
'*/' ,
120
- 'setReadOnly( ns, \'max\', require( \'@stdlib/fastmath/ special/max\' ) );' ,
120
+ 'setReadOnly( ns, \'max\', require( \'@stdlib/math/base/ special/fast /max\' ) );' ,
121
121
'' ,
122
122
'/**' ,
123
123
'* @name min' ,
124
124
'* @memberof fast.special' ,
125
125
'* @readonly' ,
126
126
'* @type {Function}' ,
127
- '* @see {@link module:@stdlib/fastmath/ special/min}' ,
127
+ '* @see {@link module:@stdlib/math/base/ special/fast /min}' ,
128
128
'*/' ,
129
- 'setReadOnly( ns, \'min\', require( \'@stdlib/fastmath/ special/min\' ) );' ,
129
+ 'setReadOnly( ns, \'min\', require( \'@stdlib/math/base/ special/fast /min\' ) );' ,
130
130
'' ,
131
131
'/**' ,
132
132
'* @name sqrtUint32' ,
133
133
'* @memberof fast.special' ,
134
134
'* @readonly' ,
135
135
'* @type {Function}' ,
136
- '* @see {@link module:@stdlib/fastmath/ special/uint32-sqrt}' ,
136
+ '* @see {@link module:@stdlib/math/base/ special/fast /uint32-sqrt}' ,
137
137
'*/' ,
138
- 'setReadOnly( ns, \'sqrtUint32\', require( \'@stdlib/fastmath/ special/uint32-sqrt\' ) );' ,
138
+ 'setReadOnly( ns, \'sqrtUint32\', require( \'@stdlib/math/base/ special/fast /uint32-sqrt\' ) );' ,
139
139
'' ,
140
140
'/**' ,
141
141
'* @name powint' ,
142
142
'* @memberof fast.special' ,
143
143
'* @readonly' ,
144
144
'* @type {Function}' ,
145
- '* @see {@link module:@stdlib/fastmath/ special/pow-int}' ,
145
+ '* @see {@link module:@stdlib/math/base/ special/fast /pow-int}' ,
146
146
'*/' ,
147
- 'setReadOnly( ns, \'powint\', require( \'@stdlib/fastmath/ special/pow-int\' ) );' ,
147
+ 'setReadOnly( ns, \'powint\', require( \'@stdlib/math/base/ special/fast /pow-int\' ) );' ,
148
148
'' ,
149
149
'/**' ,
150
150
'* @name log2Uint32' ,
151
151
'* @memberof fast.special' ,
152
152
'* @readonly' ,
153
153
'* @type {Function}' ,
154
- '* @see {@link module:@stdlib/fastmath/ special/uint32-log2}' ,
154
+ '* @see {@link module:@stdlib/math/base/ special/fast /uint32-log2}' ,
155
155
'*/' ,
156
- 'setReadOnly( ns, \'log2Uint32\', require( \'@stdlib/fastmath/ special/uint32-log2\' ) );'
156
+ 'setReadOnly( ns, \'log2Uint32\', require( \'@stdlib/math/base/ special/fast /uint32-log2\' ) );'
157
157
] . join ( '\n' ) ,
158
158
'errors' : [
159
159
{
160
- 'message' : '"@stdlib/fastmath/ special/pow-int" should come before "@stdlib/fastmath/ special/uint32-sqrt"' ,
160
+ 'message' : '"@stdlib/math/base/ special/fast/ pow-int" should come before "@stdlib/math/base/ special/fast /uint32-sqrt"' ,
161
161
'type' : null
162
162
} ,
163
163
{
164
- 'message' : '"@stdlib/fastmath/ special/uint32-log2" should come before "@stdlib/fastmath/ special/uint32-sqrt"' ,
164
+ 'message' : '"@stdlib/math/base/ special/fast/ uint32-log2" should come before "@stdlib/math/base/ special/fast /uint32-sqrt"' ,
165
165
'type' : null
166
166
}
167
167
]
0 commit comments