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
The Digit Dataset This dataset is made up of 1797 8x8 images. Each image, like the one shown below, is of a hand-written digit. In order to utilize an 8x8 figure like
do do BLOCK Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the while or u
remove-small-objects remove_small_objects skimage.morphology.remove_small_objects(ar, min_size=64, connectivity=1, in_place=False) [source] Remove connected components
VARResults.forecast() statsmodels.tsa.vector_ar.var_model.VARResults.forecast VARResults.forecast(y, steps) Produce linear minimum MSE forecasts for desired number of s
static MixedLMResults.pvalues() statsmodels.regression.mixed_linear_model.MixedLMResults.pvalues static MixedLMResults.pvalues()


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