!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/python-crypto/   drwxr-xr-x
Free 129.75 GB of 142.11 GB (91.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Crypto.Util._number_new-module.html (12.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Crypto.Util._number_new
Package Crypto :: Package Util :: Module _number_new
[hide private]
[frames] | no frames]

Module _number_new

Functions [hide private]
 
ceil_shift(n, b)
Return ceil(n / 2**b) without performing any floating-point or division operations.
 
ceil_div(a, b)
Return ceil(a / b) without performing any floating-point operations.
 
floor_div(a, b)
 
exact_log2(num)
Find and return an integer i >= 0 such that num == 2**i.
 
exact_div(p, d, allow_divzero=False)
Find and return an integer n such that p == n * d
Variables [hide private]
  __revision__ = '$Id$'
  __package__ = 'Crypto.Util'
Function Details [hide private]

ceil_shift(n, b)

 
Return ceil(n / 2**b) without performing any floating-point or division operations.

This is done by right-shifting n by b bits and incrementing the result by 1
if any '1' bits were shifted out.

exact_log2(num)

 
Find and return an integer i >= 0 such that num == 2**i.

If no such integer exists, this function raises ValueError.

exact_div(p, d, allow_divzero=False)

 
Find and return an integer n such that p == n * d

If no such integer exists, this function raises ValueError.

Both operands must be integers.

If the second operand is zero, this function will raise ZeroDivisionError
unless allow_divzero is true (default: False).



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0084 ]--