aryan sharmaaryansharma.hashnode.dev·Nov 24, 2024Number In JSIn everyday life, we are covered with data and stats from attending college from 9 to travelling to 10 km and its fare 100. These are some of the mathematics, we all use in our daily life. Welcome to this blog & This blog is all about Numbers in Java...DiscussJavaScript
Stanislav Kirichokswiftdev.hashnode.dev·Nov 18, 2024Swift. Numbers. And their limits (Part 2)This time, we’re talking about floating-point numbers: Float (including its variations like Float16, Float32, Float64, and the elusive Float80) and Double. Storage So, what’s a floating-point number, you ask? It’s that number that sits between two in...DiscussSwift
Priyank Patelpriyankpatel.dev·Sep 29, 2024The Magic Number 6174 That Never Goes AwayLast night while checking out a YouTube video, the algorithm suggested a video about the 6174 magic number—also known as Kaprekar's constant. Since the word "magic" always catches my attention, I gave it a watch. And wow, this number really is magic!...Discuss·41 readsMathematical Tricks
Stanislav Kirichokswiftdev.hashnode.dev·Sep 8, 2024Swift. Numbers. And their limits (Part 1)All We Have Swift provides a variety of number types: Int, Float, Double and others. Each of these types serves a distinct purpose, offering storage options for different kinds of numeric data. Signed Integers With 64-bit systems now making up more t...Discuss·36 readsSwift
Neelesh Joshineeltyper001.hashnode.dev·Jul 23, 2024Types Of Datatypes in JavascriptPrimitive Primitive datatypes includes: Number: For storing any numeric values const score = 100; Boolean: For storing any value in form of true and false const isExist = true; String: For storing any strings const stringName = "Any string...DiscussJavaScript
mahdim--mdy--m.hashnode.dev·Jul 6, 2024Exploring Number Systems: Binary, Decimal, and Hexadecimal ExplainedIn the realm of computer science and mathematics, number systems play a pivotal role in how we represent, process, and understand data. While most people are familiar with the decimal system (base-10), which is used in everyday life, other systems li...Discuss·10 likesalgorithms
Filip Melkafilipmelka.hashnode.dev·Jul 1, 2024How can we represent negative numbers in binary?How do we write down a negative number? When using pen and paper, it's quite simple - put the minus (-) sign in front of the number. For example, if we want to write the negative of the number 5, we write -5. That's simple and straightforward. Now, l...Discuss·27 readsBinary numbers
Rowan Quniq08.org·May 6, 2024Zero and Nothingness1. The concept of zero in ancient civilizations The concept of zero has a rich history, with its origins tracing back to ancient civilizations. The development of zero as both a philosophical and mathematical concept has been shaped by various cultur...DiscussWeight of InformationMathematics
Rowan Quniq08.org·May 6, 2024Nothing and Beyond1. Zero and Infinity The concepts of zero and infinity have fascinated mathematicians, philosophers, and linguists for centuries. These abstract ideas have profoundly impacted the development of number systems, philosophical thought, and the structur...DiscussWeight of InformationMathematics
Jemin Kikanijemin.hashnode.dev·Mar 10, 2024Day 7 : Converting Variable to Numbers And Date Set Methods ?Converting Variable to Numbers There are 3 JavaScript methods that can be used to convert a variable to a number: Method DescriptionNumber() Returns a number converted from argument.parseFloat() Parse its argument and returns a floating point number...Discussconverting variable to number