[][src]Module arnalisa::bins::derivation

A bin that calculates the derivation of an input value.

  ┌────[derivation]────┐
 ⇒│input         output│⇒
  └────────────────────┘

The derivation is the difference from the previous value to the current value. If either the previous or the current value is Nothing, then the output will also be Nothing.

Structs

Bin

A bin that calculates the derivation of an input value.

Description

Description for the derivation bin.