Skip to main content

Domain

Returns the domain of a function or relation.

Syntax

domain(Function)
domain(Function, Identifier)

Description

Given a function, returns its domain.

polynomials.domain1.calc.png

Given a function and an identifier t, returns the domain of the function when the variable is t.

polynomials.domain2.calc.png