Description Usage Arguments Value Examples
The price of x USD in EUR
1 | convert_usd_to_eur(usd, decimals = 4)
|
decimals |
number of decimals for the exchange rate |
x |
number of USD |
integer
1 2 | convert_usd_to_eur(10)
convert_usd_to_eur(100, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.