[][src]Module arnalisa::bins::divide

A bin that divides a by b. If a or b is Nothing, or b is 0, then the output will be Nothing.

  ┌───[divide]───┐
 ⇒│a       output│⇒
 ⇒│b             │
  └──────────────┘

Structs

Bin

A bin that divides a by b.

Description

Description for the divide bin.