An open API service indexing awesome lists of open source software.

https://github.com/wstyres/discression

macOS application to aid with calculations in CS1110 (Discrete Math)
https://github.com/wstyres/discression

macos swift

Last synced: 2 months ago
JSON representation

macOS application to aid with calculations in CS1110 (Discrete Math)

Awesome Lists containing this project

README

          

# Discression
macOS application to aid with calculations in CS1110 (Discrete Math)

### Features

- Hex to Int
- Hex to Double
- Hex to Binary
- Decimal to Hex
- Decimal to BInary
- Binary to Int
- Binary to Double
- Binary to Hex
- 8-Bit Two's Complement to Int
- Int to 8-bit Two's Complement (has issues with negative conversion at the moment)
- Half-Precision (16 bit) Floating Point to Float.
- Float to Half-Precision (16 bit) Floating Point. (has issues with negative conversion at the moment)