We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154a38c commit 9a8ded4Copy full SHA for 9a8ded4
README.md
@@ -219,6 +219,7 @@ the node in `"node_list"`.
219
##### Other nodes
220
221
| Name | Arity |
222
+| ---- | ----- |
223
| `"log"` | Unary |
224
| `"log10"` | Unary |
225
| `"exp"` | Unary |
readme_builder/readme_builder.go
@@ -156,7 +156,8 @@ func processNonlinear(data map[string]interface{}) string {
156
functionStrings := []string{
157
"##### Functions",
158
"",
159
- "| Name | Arity |"}
+ "| Name | Arity |",
160
+ "| ---- | ----- |"}
161
162
leafStrings := []string{
163
"#### Nonlinear functions",
0 commit comments