+1 vote
581 views
hi

how can i implement the "roundup" of an result of an dependent parameter? Is there an overview of the used formulas in openlca. Thanks
in openLCA by (380 points)
retagged by

1 Answer

+1 vote
by (23.6k points)
 
Best answer

Hi Lynn, you can round up to the nearest integer via round(x).

A list of constants, operators and functions for the formula interpreter in openLCA is available via the following link: https://openLCA.org/wp-content/uploads/2019/01/openLCA_formula_interpreter.pdf

...