Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-infinity
Infinity arithmetic for Smalltalk
https://github.com/astares/pharo-infinity
pharo
Last synced: 6 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T01:20:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T06:41:49.431Z (about 2 months 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[![Unit Tests](https://github.com/astares/Pharo-Infinity/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/astares/Pharo-Infinity/actions?query=workflow%3AUnit%20Tests)
[![Coverage Status](https://codecov.io/github/astares/Pharo-Infinity/coverage.svg?branch=main)](https://codecov.io/gh/astares/Pharo-Infinity/branch/main)[![Pharo 7](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 8](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)## Quick Start
### Installation```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Infinity:main/src';
baseline: 'Infinity';
load
```[![Pharo Scheduler](https://img.youtube.com/vi/5XmfsXLrkxM/0.jpg)](https://www.youtube.com/watch?v=5XmfsXLrkxM)
### Examples
```Smalltalk
1 * Infinity negative = Infinity negative
```