| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
float The remainder of x/y.
Returns the floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
float2 The componentwise remainder of x/y.
Returns the componentwise floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
float3 The componentwise remainder of x/y.
Returns the componentwise floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
float4 The componentwise remainder of x/y.
Returns the componentwise floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
double The remainder of x/y.
Returns the double precision floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
double2 The componentwise remainder of x/y.
Returns the componentwise double precision floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
double3 The componentwise remainder of x/y.
Returns the componentwise double precision floating point remainder of x/y.
| Parameter | Description |
|---|---|
| x | The dividend in x/y. |
| y | The divisor in x/y. |
double4 The componentwise remainder of x/y.
Returns the componentwise double precision floating point remainder of x/y.