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: lib/node_modules/@stdlib/constants/float64/pi/README.md
+55-1Lines changed: 55 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ limitations under the License.
18
18
19
19
-->
20
20
21
-
# π
21
+
# PI
22
22
23
23
> The mathematical constant [π][pi].
24
24
@@ -62,6 +62,60 @@ console.log( PI );
62
62
63
63
<!-- /.examples -->
64
64
65
+
<!-- C interface documentation. -->
66
+
67
+
* * *
68
+
69
+
<sectionclass="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
+
<sectionclass="intro">
76
+
77
+
</section>
78
+
79
+
<!-- /.intro -->
80
+
81
+
<!-- C usage documentation. -->
82
+
83
+
<sectionclass="usage">
84
+
85
+
### Usage
86
+
87
+
```c
88
+
#include"stdlib/constants/float64/pi.h"
89
+
```
90
+
91
+
#### STDLIB_CONSTANT_FLOAT64_PI
92
+
93
+
Macro for the mathematical constant [π][pi].
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
+
<sectionclass="notes">
102
+
103
+
</section>
104
+
105
+
<!-- /.notes -->
106
+
107
+
<!-- C API usage examples. -->
108
+
109
+
<sectionclass="examples">
110
+
111
+
</section>
112
+
113
+
<!-- /.examples -->
114
+
115
+
</section>
116
+
117
+
<!-- /.c -->
118
+
65
119
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
0 commit comments