|
|
FractionPart
When applied to a number or an array of numbers, FractionPart produces the fractional part of the number or an array of the fractional parts of the elements of the array, respectively.
Structure (for scalars): in becomes in modulo 1
Examples: 5.4 becomes 0.4 1 becomes 0 (5.4, 1) becomes (0.4, 0)
Special compound model elements
|