Skip to content

Commit 2cd718c

Browse files
committed
Remove space
1 parent 6ad326f commit 2cd718c

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

lib/node_modules/@stdlib/constants/math/float64-eps/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The difference is
2323
*
24-
* ``` tex
24+
* ```tex
2525
* \frac{1}{2^{52}}
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-exponent-bias/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The bias can be computed via
2323
*
24-
* ``` tex
24+
* ```tex
2525
* \mathrm{bias} = 2^{k-1} - 1
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-fourth-root-eps/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Fourth root of double-precision floating-point epsilon.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \sqrt{\sqrt{\frac{1}{2^{52}}}}
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-half-ln-two/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* One half times the natural logarithm of 2.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \frac{\ln 2}{2}
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-ln-half/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Natural logarithm of `1/2`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \ln (1/2)
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-ln-sqrt-two-pi/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Natural logarithm of the square root of `2π`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \ln \sqrt{2\pi}
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-ln-ten/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Natural logarithm of `10`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \ln 10
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-ln-two-pi/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Natural logarithm of `2π`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \ln 2\pi
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-ln-two/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Natural logarithm of `2`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \ln 2
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-max-base10-exponent-subnormal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The maximum base 10 exponent for a subnormal double-precision floating-point number.
1919
*
20-
* ``` text
20+
* ```text
2121
* 2^-1023 = 1.1125369292536007e-308 => -308
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-max-base2-exponent-subnormal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
1919
*
20-
* ``` text
20+
* ```text
2121
* 00000000000 => 0 - BIAS = -1023
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-max-base2-exponent/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The maximum biased base 2 exponent for a double-precision floating-point number.
1919
*
20-
* ``` text
20+
* ```text
2121
* 11111111110 => 2046 - BIAS = 1023
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-max-ln/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The natural logarithm of the maximum is given by
2323
*
24-
* ``` tex
24+
* ```tex
2525
* \ln \left( 2^{1023} (2 - 2^{-52}) \right)
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-max-safe-integer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The integer has the value
2323
*
24-
* ``` tex
24+
* ```tex
2525
* 2^{53} - 1
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-max/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The maximum is given by
2323
*
24-
* ``` tex
24+
* ```tex
2525
* 2^{1023} (2 - 2^{-52})
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-min-base10-exponent/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The minimum base 10 exponent for a normal double-precision floating-point number.
1919
*
20-
* ``` text
20+
* ```text
2121
* 2^-1022 = 2.2250738585072014e-308 => -308
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-min-base2-exponent-subnormal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
1919
*
20-
* ``` text
20+
* ```text
2121
* -(BIAS+(52-1)) = -(1023+51) = -1074
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-min-base2-exponent/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The minimum biased base 2 exponent for a normal double-precision floating-point number.
1919
*
20-
* ``` text
20+
* ```text
2121
* 1 - BIAS = -1022
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-min-ln/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The number has the value
2323
*
24-
* ``` tex
24+
* ```tex
2525
* -\ln \left( 2^{1023-1} \right)
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-min-safe-integer/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The number has the value
2323
*
24-
* ``` tex
24+
* ```tex
2525
* -(2^{53} - 1)
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-smallest-normal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The number has the value
2323
*
24-
* ``` tex
24+
* ```tex
2525
* \frac{1}{2^{1023-1}}
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-smallest-subnormal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* The number has the value
2323
*
24-
* ``` tex
24+
* ```tex
2525
* \frac{1}{2^{1023-1} 2^{52}}
2626
* ```
2727
*

lib/node_modules/@stdlib/constants/math/float64-sqrt-eps/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Square root of double-precision floating-point epsilon.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \sqrt{\frac{1}{2^{52}}}
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-sqrt-half/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Square root of `1/2`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \sqrt{\frac{1}{2}}
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-sqrt-three/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Square root of `3`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \sqrt{3}
2222
* ```
2323
*

lib/node_modules/@stdlib/constants/math/float64-sqrt-two/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Square root of `2`.
1919
*
20-
* ``` tex
20+
* ```tex
2121
* \sqrt{2}
2222
* ```
2323
*

0 commit comments

Comments
 (0)