tweetcast/client/lib/websocket-js/flash-src/third-party/com/hurlant/math/IReduction.as
changeset 311 13702105c5ee
parent 310 526d3e411736
child 312 f8336354d107
child 314 0f1e6ce19b6d
--- a/tweetcast/client/lib/websocket-js/flash-src/third-party/com/hurlant/math/IReduction.as	Mon Oct 10 15:24:28 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-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