Regular expressions are a great way to parse, match and modify strings of all sorts. Let’s learn some different ways that we can use them in Apex by way of some examples that you can Read more…
When writing an Aura Lightning Component you can use the following to update data for standard components as detailed on this page: Unfortunately, with Lightning Web Components you cannot run the above code as is. Read more…
Did you know that you cannot use querySelectorAll() function on <template> elements? By that I mean that the following code will in fact not return any results: The same thing can be said about trying Read more…
2 Comments
ildar · May 7, 2012 at 11:20 AM
Ha-ha-ha! Correct but not obvious equation.
Just consider 1 as 3 * (1/3) where 1/3 is 0.333… or 0.(3). The next step is reverse one: 0.333… * 3 = 0.999… or 0.(9). That is 1.
There are more than one proof. I shown the simplest.
POW Answer – 0.999999 Repeating Equals One? | Chris West's Blog · May 14, 2012 at 3:30 PM
[…] The following answers the Problem of the Week from May 7, 2012: […]