UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

12 lines (11 loc) 206 B
export default class NumberUtil { interfaces_ () { return [] } getClass () { return NumberUtil } equalsWithTolerance (x1, x2, tolerance) { return Math.abs(x1 - x2) <= tolerance } };