https://github.com/astares/pharo-abstractmath
Abstract math objects
https://github.com/astares/pharo-abstractmath
pharo
Last synced: about 1 year ago
JSON representation
Abstract math objects
- Host: GitHub
- URL: https://github.com/astares/pharo-abstractmath
- Owner: astares
- License: mit
- Created: 2020-05-21T17:31:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T20:50:27.000Z (about 6 years ago)
- Last Synced: 2025-02-11T11:40:50.480Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-AbstractMath
Abstract math objects
## Quick Start
### Installation
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-AbstractMath/src';
baseline: 'AbstractMath';
load
```