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: .editorconfig
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ indent_style = tab
121
121
[*.{md,md.txt}]
122
122
indent_style = space
123
123
indent_size = 4
124
-
trim_trailing_whitespace = false
124
+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,8 @@ Macro for the maximum base 10 exponent for a [single-precision floating-point nu
163
163
164
164
## See Also
165
165
166
-
- <spanclass="package-name">[`@stdlib/constants-float32/max-base2-exponent`][@stdlib/constants/float32/max-base2-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the maximum biased base 2 exponent for a single-precision floating-point number.</span>
166
+
- <spanclass="package-name">[`@stdlib/constants-float32/max-base10-exponent-subnormal`][@stdlib/constants/float32/max-base10-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the maximum base 10 exponent for a subnormal single-precision floating-point number.</span>
167
+
- <spanclass="package-name">[`@stdlib/constants-float64/max-base10-exponent`][@stdlib/constants/float64/max-base10-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the maximum base 10 exponent for a double-precision floating-point number.</span>
167
168
168
169
</section>
169
170
@@ -195,7 +196,7 @@ See [LICENSE][stdlib-license].
0 commit comments