tweetcast/client/lib/gimite-web-socket-js-55ae639/flash-src/third-party/com/hurlant/math/IReduction.as
changeset 305 436a31d11f1d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tweetcast/client/lib/gimite-web-socket-js-55ae639/flash-src/third-party/com/hurlant/math/IReduction.as	Thu Oct 06 11:56:48 2011 +0200
@@ -0,0 +1,11 @@
+package com.hurlant.math
+{
+	internal interface IReduction
+	{
+		function convert(x:BigInteger):BigInteger;
+		function revert(x:BigInteger):BigInteger;
+		function reduce(x:BigInteger):void;
+		function mulTo(x:BigInteger, y:BigInteger, r:BigInteger):void;
+		function sqrTo(x:BigInteger, r:BigInteger):void;
+	}
+}
\ No newline at end of file