issues
search
jsbean
/
ArithmeticTools
Basic arithmetic types and operations
MIT License
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Consider making specialized version of closest(to:) for SortedCollection protocol
#135
jsbean
opened
7 years ago
0
Audit duplication of code between DoubleExtensions and BinaryFloatingPointExtensions
#134
jsbean
opened
7 years ago
0
Make mean parameterized over Numeric & Additive
#133
jsbean
opened
7 years ago
0
Make linear regression parameterized over Numeric
#132
jsbean
opened
7 years ago
0
Add DoubleWrapping
#131
jsbean
closed
7 years ago
0
Make Rational inherit from IntegerArithmetic
#130
jsbean
opened
7 years ago
0
Implement RangeProtocol
#129
jsbean
closed
7 years ago
0
Conform Rational to Additive / Multiplicative
#128
jsbean
closed
7 years ago
0
Refine Range protocol
#127
jsbean
closed
7 years ago
0
[RangeTypeExtensions] shifted(by:) causes infinite hang ?!
#126
jsbean
opened
7 years ago
0
Change Range.shift(by:) -> shifted(by:)
#125
jsbean
closed
7 years ago
0
Change Range.shift -> Range.shifted
#124
jsbean
closed
7 years ago
0
Move compare(a,b) to Collections
#123
jsbean
opened
7 years ago
0
Inject Algebra
#122
jsbean
closed
7 years ago
1
Rename Rational.respelling -> scale
#121
mossheim
closed
7 years ago
3
Add tests for Rational.reduced
#120
mossheim
closed
7 years ago
1
Rename respelling -> resize (or scale?)
#119
mossheim
closed
7 years ago
4
Add preconditions to Rational
#118
mossheim
opened
7 years ago
0
Inject Algebra
#117
jsbean
closed
7 years ago
0
Continue refactoring Rational/Fraction interface
#116
mossheim
closed
7 years ago
1
De-optionalize Rational and Fraction respelling(numerator:/denominator:)
#115
mossheim
closed
7 years ago
2
Remove redundant fatalError in Rational mutating()
#114
jsbean
closed
7 years ago
0
Change fatalError in Rational default init to assert
#113
jsbean
closed
7 years ago
0
Add shift(by amount:) to range-like types
#112
mossheim
closed
7 years ago
1
Add `length` property to Ranges with signed-number Bound values
#111
mossheim
closed
7 years ago
4
Protect Rational with 0 numerator from dividing by 0 in respelling(numerator:)
#110
jsbean
closed
7 years ago
7
Add Arithmetic to Ranges between their IntegerArithmetic-type Bound values
#109
jsbean
closed
7 years ago
0
Add `length` property to Range types containing SignedNumber values
#108
jsbean
closed
7 years ago
0
Add clamp(ed)
#107
jsbean
closed
7 years ago
0
Make logical distinction between Sum Monoid and Product Monoid
#106
jsbean
closed
7 years ago
6
Make quadratic(_:_:_:) generic over FloatingPoint
#105
jsbean
closed
7 years ago
0
Add (greater,lesser)Of
#104
jsbean
closed
7 years ago
0
Travis: bump xcode version to 8.3
#103
mossheim
closed
7 years ago
1
Add function to scale a linear to exponential range
#102
mossheim
closed
7 years ago
7
Remove trailing whitespace
#101
mossheim
closed
7 years ago
0
Remove trailing whitespace
#100
mossheim
closed
7 years ago
1
Make scale(from:to:) actually mutating
#99
jsbean
closed
7 years ago
0
Add range mapping functions
#98
mossheim
closed
7 years ago
2
Move Vector2 up to GeometryTools, if that exists
#97
jsbean
closed
7 years ago
0
Add Vector2
#96
jsbean
closed
7 years ago
1
Make adjacentPairs return empty array, not nil
#95
jsbean
closed
7 years ago
0
Implement Interpolation
#94
jsbean
opened
7 years ago
2
Conform Rational to Strideable
#93
jsbean
closed
7 years ago
1
Audit compile time
#92
jsbean
closed
7 years ago
1
Conform ClosedRangeProtocol to Monoid?
#91
jsbean
opened
7 years ago
0
Add more tests, fix ClosedRangeProtocol operator+
#90
mossheim
closed
7 years ago
1
Resolve naming discrepancy in IntervalRelation
#89
mossheim
closed
7 years ago
2
Rename closestPowerOfTwo(withCoefficient:to:)
#88
mossheim
closed
7 years ago
1
Fix accumulatingLeft, add tests
#87
mossheim
closed
7 years ago
3
Increase test coverage
#86
mossheim
closed
7 years ago
2
Next