/js/lib/Socket.IO-node/support/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as
http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs · ActionScript · 11 lines · 11 code · 0 blank · 0 comment · 0 complexity · 6dc67180e3d720d5232998f99b844629 MD5 · raw file
- 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;
- }
- }