fract
Return only the fractional component of the input
fract(in1): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | The input from which the remainder is to be extracted |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The fractional component (remainder) of the input |