Infinity arithmetic for Smalltalk
# Pharo-Infinity
Infinity arithmetic for Pharo
[](https://github.com/astares/Pharo-Infinity/actions?query=workflow%3AUnit%20Tests)
[](https://codecov.io/gh/astares/Pharo-Infinity/branch/main)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
## Quick Start
### Installation
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Infinity:main/src';
baseline: 'Infinity';
load
```
[](https://www.youtube.com/watch?v=5XmfsXLrkxM)
### Examples
```Smalltalk
1 * Infinity negative = Infinity negative
```