Posts by Rafael Vieira • 13 points
2 posts
-
1
votes1
answer1990
viewsQ: How to limit decimal place?
printf("%.3f", &resp); I am using the following line, however, when comparing to a number, it requires that you have the same decimal place number as the original, for example: 2.963258741 !=…
-
0
votes1
answer100
viewsQ: Limit a "range" using another "range"
Hello, I’m developing a web page, and I’m needing to limit a range by making use of another range. I have two <input type='range' /> Both go from 0 to 10. I need that when one is changed to…