Skip to content

Commit b57d446

Browse files
committed
Add comment
1 parent 82839be commit b57d446

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/math/special/abs/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/math/special/abs/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function abs( x ) {
168168
buf = buffer( dt, N );
169169
y = ctor( buf, [ N ], [ 1 ], 0, 'row-major' );
170170

171+
// Determine whether we can use type-optimized implementations...
171172
if ( isFloat64Array( x ) ) {
172173
dabs( N, x, 1, buf, 1 );
173174
} else if ( isFloat32Array( x ) ) {

0 commit comments

Comments
 (0)