Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
29fa4f0
style: align `constants/float16/ln-two` with namespace conventions
claude Apr 29, 2026
5c39295
style: align `constants/float16/max-base10-exponent` with namespace c…
claude Apr 29, 2026
348a8d5
style: align `constants/float16/max-base10-exponent-subnormal` with n…
claude Apr 29, 2026
8e78e0a
style: align `constants/float16/max-base2-exponent` with namespace co…
claude Apr 29, 2026
62fcd5b
style: align `constants/float16/max-base2-exponent-subnormal` with na…
claude Apr 29, 2026
b000d82
style: align `constants/float16/max-safe-integer` with namespace conv…
claude Apr 29, 2026
951572d
style: align `constants/float16/min-base10-exponent` with namespace c…
claude Apr 29, 2026
23cbe9b
style: align `constants/float16/min-base10-exponent-subnormal` with n…
claude Apr 29, 2026
9f54aa4
style: align `constants/float16/min-base2-exponent` with namespace co…
claude Apr 29, 2026
bf7f86a
style: align `constants/float16/min-base2-exponent-subnormal` with na…
claude Apr 29, 2026
0b8c8a5
style: align `constants/float16/min-safe-integer` with namespace conv…
claude Apr 29, 2026
bd1ecd6
style: align `constants/float16/num-bytes` with namespace conventions
claude Apr 29, 2026
121f934
style: align `constants/float16/precision` with namespace conventions
claude Apr 29, 2026
ec3b348
style: align `constants/float16/sqrt-three` with namespace conventions
claude Apr 29, 2026
a2638ba
docs: align `constants/float16/ln-half` description with namespace co…
claude Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/constants/float16/ln-half",
"version": "0.0.0",
"description": "Natural logarithm of 1/2 as a half-precision floating-point number",
"description": "Natural logarithm of 1/2 as a half-precision floating-point number.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"half",
"sgl",
"precision",
"float",
"floating-point",
"float16"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"half",
"floating-point",
"float",
"float16",
"ieee754",
"exponent",
"max",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"half",
"floating-point",
"float",
"float16",
"ieee754",
"exponent",
"max",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"flt",
"floating-point",
"float",
"float16",
"ieee754",
"bias",
"exponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"flt",
"floating-point",
"float",
"float16",
"ieee754",
"bias",
"exponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
"stdmath",
"constant",
"const",
"mathematics",
"math",
"max",
"maximum",
"safe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"floating-point",
"float",
"float16",
"ieee754",
"exponent",
"min",
"minimum",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"half",
"floating-point",
"float",
"float16",
"ieee754",
"exponent",
"min",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"float",
"flt",
"floating-point",
"float16",
"ieee754",
"bias",
"exponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"flt",
"floating-point",
"float",
"float16",
"ieee754",
"bias",
"exponent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
"stdmath",
"constant",
"const",
"mathematics",
"math",
"min",
"minimum",
"safe",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"half-precision",
"floating-point",
"float",
"float16",
"ieee754",
"size",
"sizeof",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"half",
"floating-point",
"float",
"float16",
"ieee754",
"precision",
"significand"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"half",
"half-precision",
"floating-point",
"float",
"float16",
"16bit",
"16-bit"
Expand Down