public static final function equalToWithDelta(mixed $value, float $delta) : IsEqualWithDelta { return new IsEqualWithDelta($value, $delta); }