Intermact API Reference / @intermact/core / tangentLine
Function: tangentLine()
tangentLine(
handle,fn,at,opts?):IMObject2D
Defined in: packages/core/src/constructs/graphs.ts:157
Tangent line to fn at data x at, glued to axes (design.md §7.4).
Parameters
handle
fn
(x) => number
at
number
opts?
TangentOptions = {}