Skip to content

Commit

Permalink
update readme.md (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Nov 2, 2023
1 parent 201880b commit c39f13b
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 200 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Change Log fraction
# Change Log Fraction

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [0.1.16] - 2023-11-02
- update readme.md
- minor edits


## [0.1.15] - 2023-02-02
- update GitHub actions
- update license 2023
Expand All @@ -14,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- change signature **double toDouble()**
- add **Fraction_performance.ino** to start performance testing.


## [0.1.14] - 2022-11-07
- add changelog.md
- add rp2040 to build-CI
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
[![Arduino CI](https://github.com/RobTillaart/Fraction/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
[![Arduino-lint](https://github.com/RobTillaart/Fraction/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/Fraction/actions/workflows/arduino-lint.yml)
[![JSON check](https://github.com/RobTillaart/Fraction/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/Fraction/actions/workflows/jsoncheck.yml)
[![GitHub issues](https://img.shields.io/github/issues/RobTillaart/Fraction.svg)](https://github.com/RobTillaart/Fraction/issues)

[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/Fraction/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/RobTillaart/Fraction.svg?maxAge=3600)](https://github.com/RobTillaart/Fraction/releases)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/robtillaart/library/Fraction.svg)](https://registry.platformio.org/libraries/robtillaart/Fraction)


# Fraction
Expand Down Expand Up @@ -51,7 +54,7 @@ In short, use fractions with care otherwise your sketch might get broken ;)

#### Printable

The Fraction library implements Printable, so one can do.
The Fraction library implements the Printable interface, so one can do.

```cpp
Fraction fr(PI);
Expand Down Expand Up @@ -102,7 +105,6 @@ The library is reasonably tested. If problems arise please open an issue.
#### Should
- performance testing
- investigate divide by zero errors
- NAN in fraction? => 0/0 ?
- INF in fraction? => 1/0 and -1/0?
Expand All @@ -120,3 +122,12 @@ The library is reasonably tested. If problems arise please open an issue.
#### Wont
## Support
If you appreciate my libraries, you can support the development and maintenance.
Improve the quality of the libraries by providing issues and Pull Requests, or
donate through PayPal or GitHub sponsors.
Thank you,
Loading

0 comments on commit c39f13b

Please sign in to comment.