# Figureout **Repository Path**: cf_yao/Figureout ## Basic Information - **Project Name**: Figureout - **Description**: 将用户输入的中缀表达式转换为后缀表达式,并运算其结果。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Figureout 将用户输入的中缀表达式转换为后缀表达式,并运算其结果。 纯c,并且处理过内存垃圾。 在结果为小数的运算中,运算精度取决于数据类型,目前该源码的数据类型(运算子栈)为long double。如有需要可以进行修改。且,目前的输出结果默认保留10位小数,如有需要可以进行相应的更改。