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)
- Host: GitHub
- URL: https://github.com/wstyres/discression
- Owner: wstyres
- Created: 2017-10-10T16:40:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T20:46:38.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T03:28:27.671Z (over 1 year ago)
- Topics: macos, swift
- Language: Swift
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)