# ascmath **Repository Path**: zengiswj/ascmatha ## Basic Information - **Project Name**: ascmath - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-28 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = asciimath `asciimath` is a simple command-line tool for displaying math equations as ascii art. == Installation ---- $ ./autogen.sh $ ./configure $ make $ sudo make install ---- == Usage ---- $ asciimath 1/{1+1/{1+1/{1+X}}} 1 ------------- 1 1 + --------- 1 1 + ----- 1 + X $ asciimath > a^b^c+4/(1+x/{1-x})^{x-y} c b 4 a + ---------------- x - y ( x ) (1 + -----) ( 1 - x) > a+b+c a + b + c > ----