Description Usage Arguments Details Value Examples
Replaces consecutive "&"s and "|"s in a string to a single "&" and "|".
1 | beautify_rule(rule)
|
rule |
A string containing positive integers, parentheses, and |
Applied to domain$rule if domain$type == "polynomial".
A string with extra "&"s and "|"s removed.
1 | beautify_rule("(1 & 2 && 3 &&& 4) | 5 || 6 ||| 7")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.