The BigInteger in C#

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • For more such videos visit www.questpond.com
    For more such videos subscribe www.youtube.co...
    See our other Step by Step video series below :-
    Learn C# Step by Step goo.gl/FNlqn3
    Learn Design Pattern Step by Step:- goo.gl/eJdn0m
    Learn Angular tutorial step by step tinyurl.com/yc...
    Learn MVC Core step by step :- tinyurl.com/y9j...
    Learn Azure Step by Step :- tinyurl.com/y6...
    Learn SharePoint Step by Step in 8 hours:- goo.gl/XQKHeP
    Python Tutorial for Beginners:- • Python Tutorial for Be...
    Learn Data Science in 1 hour :- tinyurl.com/y5...
    Learn Power BI Step by Step:- tinyurl.com/y6...
    Learn MSBI Step by Step in 32 hours:- goo.gl/TTpFZN
    Learn SQL Server Step by Step tinyurl.com/ja4...
    Learn Tableau step by step :- tinyurl.com/kh...
    The BigInteger in C#

КОМЕНТАРІ • 20

  • @dnfvideo
    @dnfvideo  3 роки тому

    30 Important C# Interview Questions : ua-cam.com/video/BKynEBPqiIM/v-deo.html
    25 Important ASP.NET Interview Questions : ua-cam.com/video/pXmMdmJUC0g/v-deo.html
    25 Angular Interview Questions : ua-cam.com/video/-jeoyDJDsSM/v-deo.html
    20+ SQL Server Interview Questions : ua-cam.com/video/SEdAF8mSKS4/v-deo.html
    5 MSBI Interview Questions : ua-cam.com/video/5E815aXAwYQ/v-deo.html

  • @mdalaminmahamud3775
    @mdalaminmahamud3775 8 років тому +5

    In UA-cam Platform, I don't any other channel that produces great content better than you
    "Mr. Shiva Prasad". (y)

  • @proka1
    @proka1 8 років тому +1

    There was a problem on codechef at some point, and this class would have been useful :) Thanks!

  • @mathboy8188
    @mathboy8188 Рік тому

    10,000! is a 35,000+ digit number (Stirling's Approximation)
    Mind blown.
    ( I scanned the output by pausing the video a few times, and sure enough, the program calculated the absolutely correct value for the integer 10,000! )
    ( Joking aside, you actually could do a consistency check by considering all the multiple of 5 and 10 from 1 to 10,000, and so determining how many initial zeros 10,000! should have.)
    ( There's more than sufficient powers of 2 to match each multiple of 5, but it would be a non-trivial calculation because things like 25 produce a 0 as expected when multiplied by 2, but they "return" a new 5 (2*25 = 50), and so eventually accounts for two zeros, not one (4*25 = 100). Likewise, 125 * 8 = 1000, and so the 125 factor in 10,000! accounts for 3 initial zeros in the final result.)

  • @crimson_star1341
    @crimson_star1341 2 роки тому

    If i get the value returned as System.Numerics.BigInteger instead of a number, does that mean it's too big of number or do i need to access it a different way ?

  • @ЮрийЛипко
    @ЮрийЛипко 3 роки тому

    I'm so bad at C # that I didn't think of it. Thanks a lot!

  • @НектоЛохматый
    @НектоЛохматый 6 років тому +1

    Thank you, that's useful, but, please, never multiply by 1 ! (You should better start your for-cycle from 2)

  • @tjrff
    @tjrff 8 років тому

    Thank you very simple and specific. Keep the videos coming.

  • @plazmaonfly1
    @plazmaonfly1 8 років тому

    wht is the diff between BigInterger and int64??
    ... i think BigInterger's underlaying type is int64 ... and for int64 you do not need to add seprate assembly to your program

    • @stewartzayat7526
      @stewartzayat7526 7 років тому +1

      Bigint is not limited in size unlike Int64, which is limited to be in range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.

  • @nosirovbehzodjon
    @nosirovbehzodjon 2 роки тому

    Thank you

  • @LawnMeower
    @LawnMeower 6 років тому +1

    my life has just gotten easier.. thank you!

  • @mdalaminmahamud3775
    @mdalaminmahamud3775 8 років тому

    I tested with some inputs and it is unable to compute more than fact(30000). But Overall the experience was awesome.

  • @ddr1706
    @ddr1706 2 роки тому +1

    Did you order pizza

  • @carlmarionmanlapaz4697
    @carlmarionmanlapaz4697 4 роки тому

    thank you

  • @khiladibabu
    @khiladibabu 3 роки тому

    I have faced this question in my C# interview, at that time I have no clue thanks for clarification.

  • @DamienSawyer
    @DamienSawyer 6 років тому

    It could be nothing, but all of those 0's a the end of your result look suspicious. Perhaps it's just the result.

  • @hoomanhajiabadi3420
    @hoomanhajiabadi3420 3 роки тому

    Exactly what i was looking for, thanks

  • @carlovelasquez7644
    @carlovelasquez7644 4 роки тому

    It's 2019 and this video is still very useful, thanks!

  • @muhammadehsanullah
    @muhammadehsanullah 6 років тому

    owosome