jsbean / ArithmeticTools

Basic arithmetic types and operations
MIT License
3 stars 0 forks source link

Audit duplication of code between DoubleExtensions and BinaryFloatingPointExtensions #134

Open jsbean opened 7 years ago

jsbean commented 7 years ago

https://github.com/dn-m/ArithmeticTools/blob/master/ArithmeticTools/BinaryFloatingPointExtensions.swift

and

https://github.com/dn-m/ArithmeticTools/blob/master/ArithmeticTools/DoubleExtensions.swift

are the same.

This may be the reason for #126.

Further, let's rename this to Scale or Scaling as a module in the Math package.