You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application converts one numeral system (radix) to another.
Converts with speed by using Apples built in VisionKit for Recognized Text Observation.
Can be useful for:
Students taking Discrete Math.
Anyone in need of radix converion.
Upcoming features:
Add, Subtract, Divide, and Multiple across different bases.
Show detailed explanation of how too perform conversions by hand.
About
This app allows users to convert between different numeral systems, also known as radixes. It uses Apple's VisionKit for fast recognition of text, which makes the conversion process efficient. The app is useful for students studying discrete math and for anyone who needs to perform radix conversions.