Skip to content

Commit 84ae6b3

Browse files
authored
docs: remove section
Signed-off-by: Athan <kgryte@gmail.com>
1 parent b19b75e commit 84ae6b3

1 file changed

Lines changed: 0 additions & 54 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/max-ln

lib/node_modules/@stdlib/constants/float16/max-ln/README.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -62,60 +62,6 @@ console.log( FLOAT16_MAX_LN );
6262

6363
<!-- /.examples -->
6464

65-
<!-- C interface documentation. -->
66-
67-
* * *
68-
69-
<section class="c">
70-
71-
## C APIs
72-
73-
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
74-
75-
<section class="intro">
76-
77-
</section>
78-
79-
<!-- /.intro -->
80-
81-
<!-- C usage documentation. -->
82-
83-
<section class="usage">
84-
85-
### Usage
86-
87-
```c
88-
#include "stdlib/constants/float16/max_ln.h"
89-
```
90-
91-
#### STDLIB_CONSTANT_FLOAT16_MAX_LN
92-
93-
Macro for the [natural logarithm][natural-logarithm] of the maximum [half-precision floating-point number][ieee754].
94-
95-
</section>
96-
97-
<!-- /.usage -->
98-
99-
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
100-
101-
<section class="notes">
102-
103-
</section>
104-
105-
<!-- /.notes -->
106-
107-
<!-- C API usage examples. -->
108-
109-
<section class="examples">
110-
111-
</section>
112-
113-
<!-- /.examples -->
114-
115-
</section>
116-
117-
<!-- /.c -->
118-
11965
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
12066

12167
<section class="related">

0 commit comments

Comments
 (0)