SimplePHPEasyPlus icon indicating copy to clipboard operation
SimplePHPEasyPlus copied to clipboard

Rings

Open flavius opened this issue 11 years ago • 3 comments

I think your library is awesome for our production stuff, we've tested it and it gives awesome performance improvements over the alternate + operator.

However what we're missing is the notion of a Ring, which we need for the maths we're doing in our scientific application.

Could you write an implementation for it?

flavius avatar Mar 09 '13 17:03 flavius

This. I feel there isn't enough abstraction to fully utilize the power of addition. http://en.wikipedia.org/wiki/Ring_(mathematics)

mkonecny avatar Mar 09 '13 22:03 mkonecny

@mkonecny Indeed. We need a redesign.

flavius avatar Mar 09 '13 22:03 flavius

@flavius Why stop at rings? Why not support any Abelian group? I can't imagine why replacing the internal representation of numbers with sequences of rotations and reflections (see http://en.wikipedia.org/wiki/Symmetry_group) would be anything more than a simple refactoring, right?

jay-depot avatar Feb 18 '15 15:02 jay-depot