integral method

integral

Takes the integral without limits

Returns

New instance of type IMathNaryOperator

def integral(self, integral_type):
    ...
ParameterTypeDescription
integral_typeMathIntegralTypesIntegral type

integral

Takes the integral

Returns

New instance of type IMathNaryOperator

def integral(self, integral_type, lower_limit, upper_limit):
    ...
ParameterTypeDescription
integral_typeMathIntegralTypesIntegral type
lower_limitIMathElementLower limit of integral
upper_limitIMathElementUpper limit of integral

integral

Takes the integral

Returns

New instance of type IMathNaryOperator

def integral(self, integral_type, lower_limit, upper_limit):
    ...
ParameterTypeDescription
integral_typeMathIntegralTypesIntegral type
lower_limitstrLower limit of integral
upper_limitstrUpper limit of integral

integral

Takes the integral

Returns

New instance of type IMathNaryOperator

def integral(self, integral_type, lower_limit, upper_limit, limit_locations):
    ...
ParameterTypeDescription
integral_typeMathIntegralTypesIntegral type
lower_limitIMathElementLower limit of integral
upper_limitIMathElementUpper limit of integral
limit_locationsMathLimitLocationslocation of limits

integral

Takes the integral

Returns

New instance of type IMathNaryOperator

def integral(self, integral_type, lower_limit, upper_limit, limit_locations):
    ...
ParameterTypeDescription
integral_typeMathIntegralTypesIntegral type
lower_limitstrLower limit of integral
upper_limitstrUpper limit of integral
limit_locationsMathLimitLocationslocation of limits

See Also