Skip to content

Commit

Permalink
fix - operator + unit tests #34
Browse files Browse the repository at this point in the history
Fix case when calculating sub on rational and complex
Fix error messages for invalid numbers in complex op
  • Loading branch information
jcubic committed Feb 27, 2021
1 parent fade063 commit a160443
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 75 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* fix option -t --trace in Node REPL
* fix `eqv?` on exact and inexact numbers according to R7RS spec
* fix `exact->inexact` on complex numbers
* fix - operator

## 1.0.0-beta.11
### Breaking
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.11-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
![1.0.0 Complete](https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&ca413bb4e54e04c754d7d74c7a92ad7376c4075d)](https://travis-ci.org/jcubic/lips)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&16b006fd82b5e9acd5fa1c8f60a3528d)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&fade0635b55a7c9a0e3844dbdd47260d5c803f77)](https://travis-ci.org/jcubic/lips)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&eed852a6e0fd830750781c7a52c0b8be)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)
[![GitHub license](https://img.shields.io/github/license/jcubic/lips.svg)](https://github.com/jcubic/lips/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/jcubic/lips.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/jcubic/lips/stargazers/)
Expand Down
Loading

0 comments on commit a160443

Please sign in to comment.