Description Usage Arguments Examples
Function for calculating the energy value of a product per 100 grams
1 | energy_value_of_the_product_per_100(protein, fat, carbohydrates, fiber = 0)
|
protein |
numeric, protein content in the product for which we calculate the energy value expressed in grams |
fat |
numeric, fat content in the product for which we calculate the energy value expressed in grams |
carbohydrates |
numeric, carbohydrates content in the product for which we calculate the energy value expressed in grams |
fiber |
numeric, fiber content in the product for which we calculate the energy value expressed in grams, 0 by default |
1 2 | energy_value_of_the_product_per_100(2.7, 1.5, 16)
energy_value_of_the_product_per_100(2.7, 1.5, 16, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.