Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • composed_function

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • f: Function
    • g: Function

    Returns composed_function

Properties

Private _f

_f: Function

Private _g

_g: Function

Methods

f

  • f(x: number): number
  • Parameters

    • x: number

    Returns number