Skip to content

Commit be87a87

Browse files
committed
Add intro with equation
1 parent 6778073 commit be87a87

File tree

1 file changed

+12
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/spence

1 file changed

+12
-0
lines changed

lib/node_modules/@stdlib/math/base/special/spence/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ limitations under the License.
2222

2323
> [Spence’s function][spence], also known as the dilogarithm.
2424
25+
<section class="intro">
26+
27+
The dilogarithm is defined as
28+
29+
<!-- <equation class="equation" label="eq:dilogarithm" align="center" raw="\operatorname{Li}_{2}(z) = -\int_{0}^{z}{\ln(1-u) \over u}\,du{\text{, }}z\in \mathbb {C}" alt="Dilogarithm."> -->
30+
31+
<!-- </equation> -->
32+
33+
</section>
34+
35+
<!-- /.intro -->
36+
2537
<section class="usage">
2638

2739
## Usage

0 commit comments

Comments
 (0)