Filter
Exclude
Time range
-
Near
Apr 25
➤ Important Rule - Read Inside Out! ROUND(ABS(MOD(-17, 5)), 0) Step 1: MOD(-17, 5) → -2 (innermost) Step 2: ABS(-2) → 2 (next level) Step 3: ROUND(2, 0) → 2 (outermost) Final Output: 2 • Always evaluate innermost first, work outwards! ➤ Quick Summary: • ROUND(n, d) = rounds to d decimal places, negative d rounds to tens/hundreds • TRUNC(n, d) = cuts at d decimal places, no rounding at all • MOD(n, d) = remainder after division, use to find even/odd numbers • ABS(n) = always returns positive value useful for differences • CEIL(n) = always rounds UP even 55.1 becomes 56 • FLOOR(n) = always rounds DOWN even 55.9 becomes 55 • POWER(n, e) = n raised to power e • SQRT(n) = square root • Nested functions = inner executes first, outer uses inner's result • Always read nested functions inside out • Can nest as many levels as needed 2, 3, 4 levels deep all work #OracleSQL #NumericFunctions #ROUND #TRUNC #MOD #NestedFunctions #LearnSQL #SQLBeginners #Day23 #100DaysOfCode #TechTwitter
2
65
Nested functions are functions within functions that allow for more complex calculations. Discover more valuable Excel tips & tricks with our Excel for Real Estate Course—enroll today and elevate your skills! tsmfinancialacademy.com #ExcelTip #NestedFunctions #TopShelfAcademy
5
14 Nov 2024
What is a nested function in #Python? How can you use them to write cleaner and more concise code? Find out in our latest video: buff.ly/3YMrCfq #python3 #python2 #pythontutorial #pythondeveloper #pythoncommunity #nestedfunctions #functionwithinfunction #pythonfunctions

63
Day 5 Today, I used some math functions(ABS, CEIL, FLOOR, SQRT, etc) within my queries to perform data transformation tasks. I also learnt how to write more complex queries with nested functions. #Day5 #30DaysOfSQL #SQL #MathFunctions #NestedFunctions #Data
1
1
6
306
Want to learn more Excel jargon to sound smart in front of your buddies? Look no further! Expand your Excel knowledge by signing up for our Excel for Real Estate course on our website. tsmfinancialacademy.com/ #TopShelfAcademy #NestedFunctions
8
🚀 Exploring JavaScript's 'this' Context: A Dive into Nested Functions. #JavaScript #ThisContext #NestedFunctions #programming
1
45
🔄 JavaScript functions can be nested within other functions, creating a hierarchy of functions. This nesting allows you to encapsulate logic and create more modular and organized code. #NestedFunctions #CodeModularity #JavaScriptProgramming
1
8
How to Insert Live Equity, FX and Crypto Prices into an Excel Workbook youtu.be/z8DUBA2pZNU #exceltutorial #liveprices #crypto #fx #equities #conditionalformatting #nestedfunctions

24
4/ In case of a nested function call, the Call Stack ensures that the inner functions are executed and popped first before resuming the outer function. This way, the Call Stack keeps track of the order and execution context.🌐🚀 #NestedFunctions
1
1
25
8 Mar 2023
CRC/SHA wrapper { ((x*y) A {entropy output equal point up to 248 bytes} ) } #dynamicHASH #HASHEDfunctions #dynamicHASHfunctions #provableDYNAMIChashFUNCTIONS Possible #dynamicCID #ipfs #ipns #NESTEDFUNCTIONS #THOUGHT
1
51
in #Python, #Decorators are functions that wrap around your existing functions. You have a function and you want to add some functionality to it. You can switch on/off the new features! #nestedfunctions #pythonlearning #pythoncode
1
1
using #nestedfunctions in #Python you can return a python function from a function and invoke it! #pythonlearning #pythoncode
1
Replying to @josecalderon
maybe not that tricky, but kind of cool...me and @j_adahl came up with this on IRC one day a few months back: #nestedfunctions
Day 05: - Practising more on NullableSafeCalls, ElvisOperator, NestedFunctions, Kotlin Unit Repo: github.com/HemanshuVarma/Kot… #100DaysOfCode #AndroidDev #Kotlin #Android
1
1
8