Python实现科学计算器

  • 赛事页面:http://challenge.xmtorch.cn/competitions/wangsu
    • 网宿赛道第三题:编程实现数学算式运算
  • 目标:
    • 基本数学运算,支持 + - * / () [] 运算符。
    • 算式语法检查。
    • 更多函数运算,支持 % sin cos tan 等。
    • 实现激励函数Sigmoid。
  1. Python实现科学计算器(一)-项目介绍
  2. Python实现科学计算器(二)-使用示例