Sergey Shishkinserj-aleks.hashnode.dev·Jan 10, 2025NumberЕсть возможность проверить, является ли что-то числом и есть класс для числовых отношений - num? , +Number. Можно отметить ещё такую деталь, что числа и списки чисел не надо “кавычить”, что естественно. Я числа называю автореферентными символами, пос...picolisp
Anmol singhjavascripts.hashnode.dev·Dec 29, 2024Numbers in JavaScriptNumbers are a fundamental data type in JavaScript, used to store numerical values in variables. Whether you are working with integers, decimals, or negative numbers, all numerical data falls under the “number” type in JavaScript. Types of Numbers in ...JavaScript
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...JavaScript
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...Swift
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!...49 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...37 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...JavaScript
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...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...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...Weight of InformationMathematics