You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/number/float16/base/sub/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ limitations under the License.
22
22
23
23
> Subtract two half-precision floating-point numbers.
24
24
25
-
26
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
27
26
28
27
<sectionclass="intro">
@@ -43,7 +42,7 @@ var sub = require( '@stdlib/number/float16/base/sub' );
43
42
44
43
#### sub( x, y )
45
44
46
-
Subtract two half-precision floating-point numbers.
45
+
Subtracts two half-precision floating-point numbers.
0 commit comments