w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
===

big == obj â true or false Instance Public methods Returns true only if obj has the same value as big. Contrast this with Bignum#eql?, which requires obj to be a Bignum. 68719476736 == 68719476736.0 #=> true

>

big > real â true or false Instance Public methods Returns true if the value of big is greater than that of real.

>=

big >= real â true or false Instance Public methods Returns true if the value of big is greater than or equal to that of real.

>>

big >> numeric â integer Instance Public methods Shifts big right numeric positions (left if numeric is negative).

[]

big[n] â 0, 1 Instance Public methods Bit ReferenceâReturns the nth bit in the (assumed) binary representation of big, where big is the least significant bit. a = 9**15 50.downto(0) do |n| print a[n] end produces: 000101110110100000111000011110010100111100010111001

^

big ^ numeric â integer Instance Public methods Performs bitwise +exclusive or+ between big and numeric.

abs

big.abs â aBignum Instance Public methods Returns the absolute value of big. -1234567890987654321.abs #=> 1234567890987654321

coerce

coerce(p1) Instance Public methods MISSING: documentation

div

big.div(other) â integer Instance Public methods Performs integer division: returns integer value.

divmod

big.divmod(numeric) â array Instance Public methods See Numeric#divmod.

Popular Articles
perlaix - Perl version 5 on IBM AIX (UNIX) systems NAME DESCRIPTIONCompiling Perl 5 on AIX Supported Compilers Incompatibility with AIX Toolbox lib gdbm Perl 5 was successfully compiled and tested on
perlplan9 - Plan 9-specific documentation for Perl NAME DESCRIPTIONInvoking Perl What's in Plan 9 Perl What's not in Plan 9 Perl Perl5 Functions not currently supported in Plan 9 Perl Signals in Plan
Cards Cards A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual backg
tsa.stattools.acovf() statsmodels.tsa.stattools.acovf statsmodels.tsa.stattools.acovf(x, unbiased=False, demean=True, fft=False) [source] Autocovariance for 1D Paramete
std::abs(float) Defined in header <cmath> float abs( float arg ); (1) double abs( double arg ); (2) long double abs( long double


Page 98 of 11844

|< < Prev 95 96 97 98 99 100 101 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions