https://github.com/miomit/twopp
https://github.com/miomit/twopp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miomit/twopp
- Owner: miomit
- License: gpl-3.0
- Created: 2023-11-05T10:51:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T08:16:31.000Z (over 1 year ago)
- Last Synced: 2025-01-04T16:21:57.739Z (6 months ago)
- Language: Dart
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Uncomplicated calculator, implemented for study.

## Usage
```dart
print(calculates("sqrt(5+10*2) + 5 - cosPI")); // ~11
print(calculates("(2+2")); // null
```