Description Usage Arguments Value Examples
Returns the price of x USD in EUR
1 | convert_usd_to_eur(x, decimals = 3)
|
x |
the usd amount to convert to EUR |
decimals |
precision of rounding in decimals |
integer
1 2 | convert_usd_to_eur(100)
convert_usd_to_eur(20, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.