Introduction to Floating Point Arithmetic | Rounding using Guard, Round and Sticky bits [English]

Поделиться
HTML-код
  • Опубликовано: 27 июл 2020
  • 1. How to Normalize a Floating point Number
    2. Truncate and Round using Guard, Round and Sticky bits
    Link to access PPT
    www.slideshare.net/babuece

Комментарии • 10

  • @rounakkumar9809
    @rounakkumar9809 2 года назад +2

    Thank you so much for your excellent explanation

  • @marcodrochner7166
    @marcodrochner7166 6 месяцев назад

    Thank you for your presentation! It helped me solve a problem

  • @seemalasunil
    @seemalasunil Год назад +1

    What a explanation 👍👍👍👍

  • @sahanabaskaran405
    @sahanabaskaran405 3 года назад +1

    Nice explanation on Guard Round & Sticky bits for rounding the floating point numbers...

  • @GSKHappyLearning
    @GSKHappyLearning 3 года назад +1

    Thank you for in-depth concept clearing 🙏

  • @samihanahian8962
    @samihanahian8962 3 года назад +1

    it was helpful

  • @michaelchinchen
    @michaelchinchen 3 года назад

    If sign bit is negative, would "round to even" still mean the same...as in if LGRS=0100, we reduce the magnitude of the value...aka truncate. if LGRS=1100, we increase the magnitude of the value. Hence "round up" actually produces a more negative number...we shouldnt think < > round lesser or round greater right.

  • @GSKHappyLearning
    @GSKHappyLearning 3 года назад +3

    Round value for binary no
    1.11110001*2^7
    Is it 10.000*2^7
    Or
    10.001*2^7
    I am little confused 🤔

    • @AKSHARAM
      @AKSHARAM  3 года назад +4

      @ GSK, The answer for your query is 10.000*2^7 ; It was a typo error in the video...

  • @181_priyanb9
    @181_priyanb9 2 года назад

    Why bruhhh