Viewing 3 posts - 1 through 3 (of 3 total)
Just a quick note on odd/even numbers. The quickest way to find out if a number is odd or even is to use a modulo function. If you take a...
October 29, 2020 at 2:14 pm
#3802458
Great article! I found your blog post and repo a couple of weeks ago and was able to get the AG up and running and disprove a theory within half...
September 25, 2020 at 8:32 am
#3790880
An alternative is to use the format function to convert it to a percentage. Note that I'm only casting the FirstInteger to a decimal(18,10) because the SecondInteger is implicitly converted...
June 5, 2020 at 10:24 am
#3760777