kgp.tree / Nodes / Division / <init>

<init>

Division()

Divides one argument by the other in a protected manner (x / if (x == 0) 1.0 else y).

The division is protected to prevent divide by zero errors.