math.sync_ne
sync numbers for not equality
доступно с версии: 0.8
аргументы:
- F
second number
тип: float
свойства:
- @epsilon
Запросить/установить compare epsilon. If not zero calculates expession: !(-epsilon < abs(A-B) <
+epsilon)
тип: float
минимальное значение: 0
по умолчанию: 0
входы:
- set first number, calculate and output result
тип: control
- change second number, calculate and output result
тип: control
выходы:
- result output: 1 if numbers are not equal otherwise 0
тип: control
ключевые слова:
math
sync
not
equal
Смотрите также:
[math.==']
Авторы: Serge Poltavsky
Лицензия: GPL3 or later