Skip to content

Commit e67e59e

Browse files
authored
docs: add missing period and align keywords in constants/float16
PR-URL: #11849 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 43d1d20 commit e67e59e

15 files changed

Lines changed: 17 additions & 1 deletion

File tree

lib/node_modules/@stdlib/constants/float16/ln-half/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/constants/float16/ln-half",
33
"version": "0.0.0",
4-
"description": "Natural logarithm of 1/2 as a half-precision floating-point number",
4+
"description": "Natural logarithm of 1/2 as a half-precision floating-point number.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

lib/node_modules/@stdlib/constants/float16/ln-two/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"half",
6464
"sgl",
6565
"precision",
66+
"float",
6667
"floating-point",
6768
"float16"
6869
]

lib/node_modules/@stdlib/constants/float16/max-base10-exponent-subnormal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"half",
5959
"floating-point",
6060
"float",
61+
"float16",
6162
"ieee754",
6263
"exponent",
6364
"max",

lib/node_modules/@stdlib/constants/float16/max-base10-exponent/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"half",
5959
"floating-point",
6060
"float",
61+
"float16",
6162
"ieee754",
6263
"exponent",
6364
"max",

lib/node_modules/@stdlib/constants/float16/max-base2-exponent-subnormal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"flt",
5959
"floating-point",
6060
"float",
61+
"float16",
6162
"ieee754",
6263
"bias",
6364
"exponent",

lib/node_modules/@stdlib/constants/float16/max-base2-exponent/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"flt",
6060
"floating-point",
6161
"float",
62+
"float16",
6263
"ieee754",
6364
"bias",
6465
"exponent",

lib/node_modules/@stdlib/constants/float16/max-safe-integer/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"stdmath",
5353
"constant",
5454
"const",
55+
"mathematics",
56+
"math",
5557
"max",
5658
"maximum",
5759
"safe",

lib/node_modules/@stdlib/constants/float16/min-base10-exponent-subnormal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"floating-point",
6060
"float",
6161
"float16",
62+
"ieee754",
6263
"exponent",
6364
"min",
6465
"minimum",

lib/node_modules/@stdlib/constants/float16/min-base10-exponent/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"half",
5959
"floating-point",
6060
"float",
61+
"float16",
6162
"ieee754",
6263
"exponent",
6364
"min",

lib/node_modules/@stdlib/constants/float16/min-base2-exponent-subnormal/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"float",
5959
"flt",
6060
"floating-point",
61+
"float16",
6162
"ieee754",
6263
"bias",
6364
"exponent",

0 commit comments

Comments
 (0)