Description Usage Arguments Value Examples
Parses an ab setting into rational numbers a and b.
1 | parse_ab(s)
|
s |
A string starting with "ab_", followed by rational numbers a and b separated by "_". a and b must be integers or rational numbers of the form "int/int". See examples. |
A list of the following elements:
a_numer |
The numerator of |
a_denom |
The denominator of |
b_numer |
The numerator of |
b_denom |
The denominator of |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.