| String Theory Discussion Forum |
| [ String Theory Home ] [ Forum Index ] |
Re: Degrees of freedom and the 'img' tagPosted by pianowow on March 30, 2003 at 09:21:54: In Reply to: Re: Degrees of freedom and the 'img' tag posted by rtharbaugh on March 30, 2003 at 08:16:53: yeah... the mod operator is like the C language's %. It returns the integer remainder of a divison, given this division algorithm: d = q*m + r US elementary school math: Examples: 54%9 = 0 Let m,n be natural numbers {1,2,3,...} n%n = 0 Evenness: n is even if (n%2)=0. Odd if (n%2)=1. If you wanted to read about it, discrete mathematics covers mod pretty well.
Follow Ups: (Reload page to see most recent)
|