[10x10] How to use Different Types of Numbers in Julia

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Learn what a Data Type is and learn how to use different types of Numbers in Julia.
    This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language.
    ##############################
    Link for this Video
    ##############################
    Code for this tutorial
    github.com/jul...
    Julia Number Types
    docs.julialang...
    ##############################
    Links for this Series
    ##############################
    Julia for Absolute Beginners Playlist
    • Tutorial Series 10 | J...
    The Julia Programming Language Website
    julialang.org/
    ##############################
    Join Button (Channel Membership):
    If you like what I do, then please consider Joining and becoming a Channel Member.
    / @doggodotjl
    Thank you!

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

  • @cescalan9
    @cescalan9 11 месяцев назад +2

    Gracias. Muy bien explicado cada concepto. El número "e" lo podemos obtener también con "exp(1)" : )

    • @doggodotjl
      @doggodotjl  11 месяцев назад

      ¡Ah, excelente punto! ¡Gracias por compartir!

  • @GeoffryGifari
    @GeoffryGifari 5 месяцев назад +1

    When I check the type of √2 it says Float64. Can I make it into irrational?
    In fact can Float and rational/irrational be converted into each other?

  • @GeoffryGifari
    @GeoffryGifari 5 месяцев назад

    When the symbol pi 'π' or square root '√' come up on screen, is this the property of VSCode IDE or the Julia language?