Skip to content

Commit d8a7933

Browse files
committed
refactor: minor markdown style for math modules
1 parent 034daff commit d8a7933

File tree

2 files changed

+2
-0
lines changed
  • docs/reference/model
  • versioned_docs/version-0.5.6/reference/model

2 files changed

+2
-0
lines changed

docs/reference/model/math.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Return the natural logarithm of `1+x` (base `e`). The result is computed in a wa
8080
## log2
8181

8282
`log2(x) -> float`
83+
8384
Return the base 2 logarithm of `x`.
8485

8586
## log10

versioned_docs/version-0.5.6/reference/model/math.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Return the natural logarithm of `1+x` (base `e`). The result is computed in a wa
8080
## log2
8181

8282
`log2(x) -> float`
83+
8384
Return the base 2 logarithm of `x`.
8485

8586
## log10

0 commit comments

Comments
 (0)