[Math and numerics] interest in Circular values math and statistics library ?

I built a C++0x circular-values math and statistics library, and posted it on CodeProject. See http://www.codeproject.com/KB/recipes/Circular-Values.aspx I wonder if such library may be a welcomed addition to Boost. Thank you, Lior

2011/5/26 Lior Kogan <koganlior1@gmail.com>
I built a C++0x circular-values math and statistics library, and posted it on CodeProject. See
http://www.codeproject.com/KB/recipes/Circular-Values.aspx
I wonder if such library may be a welcomed addition to Boost.
Thank you, Lior
Hi Lior, I enjoyed scanning your article, and I would be interested in such a library; I even wrote a very simple version for my own needs, but that was a very quick and dirty class ;-) I'd also be interested in something similar for integers. Are your Circular Values a bounded group (in the mathematical sense)? Regards Kris

Thank you Kris, I'll consider the integer case as well. I believe it would be a separate library. The set of real numbers in the range [l,h) with the defined circular operation + is indeed a bounded group (z is the identity element, and -c is the inverse element of c) - according to the definitions in sections 14,16 of the article. However, all other defined operations (multiplication/division with real numbers, trigonometric functions, etc.) extend circular value mathematics beyond the scope of group algebra. Lior. On Fri, May 27, 2011 at 12:17 AM, Krzysztof Czainski <1czajnik@gmail.com>wrote:
2011/5/26 Lior Kogan <koganlior1@gmail.com>
I built a C++0x circular-values math and statistics library, and posted it on CodeProject. See
http://www.codeproject.com/KB/recipes/Circular-Values.aspx
I wonder if such library may be a welcomed addition to Boost.
Thank you, Lior
Hi Lior,
I enjoyed scanning your article, and I would be interested in such a library; I even wrote a very simple version for my own needs, but that was a very quick and dirty class ;-) I'd also be interested in something similar for integers.
Are your Circular Values a bounded group (in the mathematical sense)?
Regards Kris _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

I built a C++0x circular-values math and statistics library, and posted it on CodeProject. See
http://www.codeproject.com/KB/recipes/Circular-Values.aspx
I wonder if such library may be a welcomed addition to Boost.
+1 from me, I'm not familiar with the field, but it certainly looks interesting and useful, John.

Lior Kogan wrote:
I built a C++0x circular-values math and statistics library, and posted it on CodeProject. See
http://www.codeproject.com/KB/recipes/Circular-Values.aspx
I wonder if such library may be a welcomed addition to Boost.
Hi, I'm interested too. An an integral/enumerated version will be also welcome. I'm thinking for example to hours on a day, the days of the week, months, Best, Vicente -- View this message in context: http://boost.2283326.n4.nabble.com/Math-and-numerics-interest-in-Circular-va... Sent from the Boost - Dev mailing list archive at Nabble.com.

Hi Lior, On 26-5-2011 21:06, Lior Kogan wrote:
I built a C++0x circular-values math and statistics library, and posted it on CodeProject. See
http://www.codeproject.com/KB/recipes/Circular-Values.aspx
I wonder if such library may be a welcomed addition to Boost.
I'm interested too. Would be very convenient for Boost.Geometry's spherical/geographic geometry. Regards, Barend
participants (5)
-
Barend Gehrels
-
John Maddock
-
Krzysztof Czainski
-
Lior Kogan
-
Vicente Botet