File: chat-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   ???   Download  
File: chat-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/???
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: Update of chat-websocket/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/math/IReduction.as
Date: 17 days 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; } }