lipchev

Results 22 issues of lipchev

# IF YOU DON'T ANSWER THIS TEMPLATE - THE BOT WILL AUTOMATICALLY CLOSE YOUR ISSUE! ## Please check all of the platforms you are having the issue on (if platform...

As discussed in #1367 (and many times before) - this is an attempt to solve the rounding issues with the Equality/IComparable contracts (the former having been marked as obsolete). -...

pinned

## Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported) - [x] WPF - [ ] UWP -...

Following the discussion in #49 here is a POC with special handling for the operations of the non-reduced fractions. Motivations: 1. Given that all existing operations return a normalized fraction-...

I'm curious about the use cases you have for the `FractionState` and weather you intend to extend or reduce the support for `Improper` (i.e. non-reduced/non-normalized) Fractions moving forward. Here are...

## Support for NaN and Infinity Hey, I've been digging into the code and I think we can add support for NaN and +/- Infinity. Here's what I'm thinking: 1....

``` /// /// Serves as a debug display proxy for a quantity, providing a convenient way to view various components of the /// quantity during debugging. /// /// /// This...

## Motivation Many of the expressions used in the UnitDefnitions (json files) currently correspond to the result of the division of two numbers that do not produce a terminating decimal:...

pinned

@danm-de _Sorry, I didn't realize what branch I was on, and pushed my commit to the branch of this PR.. I'll update the title and description, but if you prefer-...

Let's illustrate this with an example: `new Fraction((BigInteger)double.MaxValue * 2, (BigInteger)double.MaxValue * 2, false)`   | Name | Value | Type -- | -- | -- | -- ▶ | A...