You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function nfc() puts a period even when you set it to have no decimals. When you set it like this: nfc(num, 0) it still adds a period after the value. You could use the round() function as an alternative but it still seems weird.