ExponentialFunction

ExponentialFunction

Overview

ExponentialFunction is a class in Aspose.Page FOSS for Python.

ExponentialFunction.evaluate() computes function values for given inputs based on the defined domain, range, and coefficients.

This class provides 1 method for working with ExponentialFunction objects in Python programs. Available methods include: evaluate. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package. Properties: c0, c1, domain, n, range.

Properties

NameTypeAccessDescription
domainlist[float]ReadGets the domain.
rangelist[float]ReadGets the range.
c0list[float]ReadGets the c0.
c1list[float]ReadGets the c1.
nfloatReadGets the n.

Methods

SignatureDescription
evaluate(inputs: list[float])list[float]Computes function values for given inputs based on the defined domain, range, and coefficients

See Also