Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangantimony/calculator
My project of BingyanStudio mobile intern during National Day holidays.
https://github.com/huangantimony/calculator
calculator demo demo-app ios storyboard swift swift5
Last synced: about 7 hours ago
JSON representation
My project of BingyanStudio mobile intern during National Day holidays.
- Host: GitHub
- URL: https://github.com/huangantimony/calculator
- Owner: HuangAntimony
- License: gpl-3.0
- Created: 2019-10-07T09:05:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T09:17:15.000Z (over 5 years ago)
- Last Synced: 2024-11-21T07:42:27.839Z (2 months ago)
- Topics: calculator, demo, demo-app, ios, storyboard, swift, swift5
- Language: Swift
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
My project of BingyanStudio mobile intern during National Day holidays.
⇒[***Intern Diary***](https://github.com/Huang-Yujie/Calculator/blob/master/Intern_Diary.md)⇐
***
![](https://tva1.sinaimg.cn/large/006y8mN6ly1g7pxd87pooj30rc1c2ka3.jpg)
## 实现功能
- 四则运算
- 括号表达式
- 小数输入
- 清屏和回退
- 取余
- 结果记录Ans键
- 三角函数(s c t分别对应sin cos tan)
- 科学计数法
- 阶乘
- 幂指数
- 用户输入错误处理