pyhs3.functions.ProductFunction¶
- class pyhs3.functions.ProductFunction(*, name, factors)[source]¶
Product function that multiplies factors together.
Methods
__init__(*, name, factors)Initialize a ProductFunction.
expression(context)Evaluate the product function.
from_dict(config)Create a ProductFunction from dictionary configuration.