bf43a119d2
The "NOTNUMBOOL" mutator returns 1.0 when quantity is 0 and 0.0 otherwise. Change-Id: I16f2b05dcd089b214e18762e1f87d0dbcc2cb7cc
7 lines
200 B
YAML
7 lines
200 B
YAML
---
|
|
features:
|
|
- |
|
|
The new "NOTNUMBOOL" mutator has been added. This mutator is, essentially,
|
|
an opposite of the "NUMBOOL" mutator as it returns 1.0 when quantity is 0
|
|
and 0.0 otherwise.
|