Taylor Computes the Taylor series of a function. Syntax taylor(Function, Identifier, Natural) taylor(Function, Identifier, Real, Natural) Description taylor(Function, Identifier, Natural) Given an expression , an identifier and an integer , computes the Taylor series of expanding it with respect to around the origin up to order . taylor(Function, Identifier, Real, Natural) Given an expression , an identifier , a real and an integer , computes the Taylor series of expanding it with respect to around up to order . Related functions Taylor series, Series, Maclaurin Table of Contents Syntax Description Related functions