Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / socket.io-client / lib / vendor / web-socket-js / flash-src / com / hurlant / math / IReduction.as
1 package com.hurlant.math\r
2 {\r
3         internal interface IReduction\r
4         {\r
5                 function convert(x:BigInteger):BigInteger;\r
6                 function revert(x:BigInteger):BigInteger;\r
7                 function reduce(x:BigInteger):void;\r
8                 function mulTo(x:BigInteger, y:BigInteger, r:BigInteger):void;\r
9                 function sqrTo(x:BigInteger, r:BigInteger):void;\r
10         }\r
11 }