File: connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as   Download  
File: connected-users-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 318 bytes
 

Contents

Class file image Download
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; } }