Discontinuities Computes the points of discontinuity. Syntax discontinuities(Expression) discontinuities(Expression, Identifier) discontinuities(Expression, Identifier, Real, Real) Description discontinuities(Expression) Given an expression, returns a list with the points of discontinuity, if any. discontinuities(Expression, Identifier) Given an expression and an identifier , returns a list with the points of discontinuity of such expression when the variable is , if any. discontinuities(Expression, Identifier, Real, Real) Given an expression, an identifier and two reals and , returns a list with the points of discontinuity between and of such expression when the variable is , if any. Related functions Arguments Table of Contents Syntax Description Related functions