[][src]Module arnalisa::bins::invert

A bin that inverts it's input.

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

If the input can be converted into a float value, the output value is -1 * input, otherwise it is Nothing.

Structs

Bin

A bin that inverts it's input.

Description

Description for the invert bin.