-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
계산기 기능 추가하기 #5
Milestone
Comments
ff65505 - Added Basic Number Button, Delete Number(single Number), Clear Nubers(Clear All) |
8bf0a07 - Added Basic Operation(with equal, dot) |
8736516 - Added % Operation |
ab17cd3 - Added new functions(root, square, fraction) |
7ad96ff - Negative/Positive Button Operation |
6fa9b18 - Updated new styled calculation process & output |
ghost
closed this as completed
Nov 23, 2022
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Is your feature request related to a problem? Please describe.
지금 버전의 계산기에서 윈도우 기본 계산기에 있는 기능 추가하기
Describe the solution you'd like
제곱, 제곱근, 역수, 나머지 등과 같은 연산 기능 추가
Describe alternatives you've considered
없음
Additional context
오픈소스 프로젝트 - numpy나 파이썬 기본 기능 활용 가능(exec는 금지)
The text was updated successfully, but these errors were encountered: