Pharo-AbstractMath

Description

Abstract math objects

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Created
May 21, 2020
Updated
May 21, 2020
Topics
pharo

Categories

Math

README excerpt

# Pharo-AbstractMath
Abstract math objects

## Quick Start
### Installation

```Smalltalk
Metacello new 
    repository: 'github://astares/Pharo-AbstractMath/src';
    baseline: 'AbstractMath';
    load
```
← Back to results