File tree 1 file changed +0
-6
lines changed
lib/node_modules/@stdlib/constants/float32/max-nth-factorial
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ limitations under the License.
26
26
27
27
## Usage
28
28
29
- <!-- eslint-disable id-length -->
30
-
31
29
``` javascript
32
30
var FLOAT32_MAX_NTH_FACTORIAL = require ( ' @stdlib/constants/float32/max-nth-factorial' );
33
31
```
@@ -36,8 +34,6 @@ var FLOAT32_MAX_NTH_FACTORIAL = require( '@stdlib/constants/float32/max-nth-fact
36
34
37
35
The maximum nth [ factorial] [ factorial ] when stored in [ single-precision floating-point] [ ieee754 ] format.
38
36
39
- <!-- eslint-disable id-length -->
40
-
41
37
``` javascript
42
38
var bool = ( FLOAT32_MAX_NTH_FACTORIAL === 34 );
43
39
// returns true
@@ -51,8 +47,6 @@ var bool = ( FLOAT32_MAX_NTH_FACTORIAL === 34 );
51
47
52
48
## Examples
53
49
54
- <!-- eslint-disable id-length -->
55
-
56
50
<!-- eslint no-undef: "error" -->
57
51
58
52
``` javascript
You can’t perform that action at this time.
0 commit comments