https://github.com/astares/pharo-infinity
Infinity arithmetic for Smalltalk
https://github.com/astares/pharo-infinity
pharo
Last synced: about 1 year ago
JSON representation
Infinity arithmetic for Smalltalk
- Host: GitHub
- URL: https://github.com/astares/pharo-infinity
- Owner: astares
- License: mit
- Created: 2020-05-21T20:11:20.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T01:20:56.000Z (over 3 years ago)
- Last Synced: 2025-02-11T11:40:11.465Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```