Package: rcalc Version: @VERSION@ Architecture: @ARCHITECTURE@ Maintainer: @MAINTAINER@ Section: math Priority: optional Installed-Size: @INSTALLED_SIZE@ Depends: @DEPENDS@ Recommends: libegl1, libgl1, libx11-6, libwayland-client0 Description: desktop calculator with programmer, engineering and convert tools Calculator inspired by the Windows Calculator (standard mode), written in Rust with the Slint UI toolkit. Modes: Standard, Engineering, Programmer, Convert, CRC and Settings. . Programmer mode shows HEX / DEC / OCT / BIN at once, with QWORD / DWORD / DINT / WORD / INT / BYTE word sizes, bitwise operators and clickable bits. . Convert mode maps a float32 to two 16-bit PLC words in every byte order (AB CD / CD AB / BA DC / DC BA), approximates electronic gear ratios as num/den and converts Char / Hex / Dec ASCII codes. . CRC mode computes Modbus RTU CRC-16 and Modbus ASCII LRC from a string of hex bytes, e.g. "01 03 00 00 00 0A".