Description Usage Arguments Value Examples
Determine the suit of a card.
1 |
y |
number corresponding to card as integer in {1, 2, ... , 52} |
| suit: suit of card y as integer in {1, 2, 3, 4} | |
| 1 = spade | |
| 2 = club | |
| 3 = heart | |
| 4 = diamond |
1 2 3 4 | dotTransformToSuit(1)
dotTransformToSuit(13)
dotTransformToSuit(14)
dotTransformToSuit(26)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.