Posts by gsvimieiro • 21 points
2 posts
-
0
votes1
answer274
viewsQ: Why does MOD(11.2,2) give 1,2 and not 0?
I need to take the rest of a division in ORACLE and I am using MOD that works very well with integers but when using decimal numbers it is a problem. Ex : MOD(11,2) = 1 ok MOD(11.2,2) = 1.2 Wrong is…
-
1
votes1
answer56
viewsQ: I need to modify the css of a radio button Md-radio-button via jQuery
Colleagues, I’m trying to modify the css of a md-radio-button via jQuery but I’m not getting it. <md-radio-button id="radio_letter" style="margin: 2px!important"…