Numeric Data Types in Go (Golang) Explained #go #golang



Numeric Data Types in Go (Golang) Explained #go #golang

Numeric Data Types in Go (Golang) Explained #go #golang

This video covers the basics of numeric types in Go, including int, float64, and complex128. It covers how to declare variables of these types, perform arithmetic operations, and convert between them. Watch the video to learn more!
#go #golang #coding #programming #learning #tutorial #int #float64 #complex128 #dataType

Link to my blog post: https://zoranstankovic.com/numeric-data-types-explained-in-go-golang/

Resources:
Reflect package: https://pkg.go.dev/reflect
Link to GitHub branch repo: https://github.com/zoranstankovic/go-basics/tree/numerics

Chapters:
0:00 Intro
0:34 What are Numeric values?
1:05 Download PDF with Numeric Data Types
1:20 int example
1:50 Reflect package definition
2:54 float64 example
3:18 complex example
4:05 real() and imag()
4:20 Overflow error
4:52 Wraparound
5:40 Arithmetic operations
6:16 Comparison operators
7:13 Numeric types are all unique
8:29 Conversion
10:10 Summary
10:59 Outro

đź“Ł Please leave a LIKE and SUBSCRIBE for more content! đź“Ł

Follow me on:
🌍Website: https://zoranstankovic.com/
📱Twitter: https://twitter.com/RyunosukeZoran
đź”—Github: https://github.com/zoranstankovic