[][src]Module pips::operators

Functions

advantage

Take the greater of two rolls

compare

Compare two rolls

difference

Find the difference between two rolls

disadvantage

Take the lesser of two rolls

divide

Divide two rolls

equal_to

1 if right is equal to left else 0

greater_than

1 if right is greater than left else 0

greater_than_or_equal_to

1 if right is greater than or equal to left else 0

less_than

1 if right is less than left else 0

less_than_or_equal_to

1 if right is less than left else 0

multiply

Multiple two rolls

sum

Find the sum of two rolls

Type Definitions

BinaryOperator

An operator that performs some logic on two inputs