Description Usage Arguments Value Examples
Operations for comparing pairs of fractions.
1 2 3 4 5 6 7 8 9 10 11 | x1 %f<% x2
x1 %f>% x2
x1 %f<=% x2
x1 %f>=% x2
x1 %f==% x2
x1 %f!=% x2
|
x1 |
The first fraction to be used. |
x2 |
The second fraction to be used. |
A logical TRUE
or FALSE
.
1 2 3 4 | "3 1/2" %f<% "14/4"
"3 1/2" %f==% "14/4"
"9/17" %f>% "10/19"
"-2/3" %f==% ("-1/3" %f*% "2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.