sign
Function Usage
Performs the fast sign operation.
Prototype
1 | inline float FastMath::sign(float x); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
x |
Input |
Float type |
Response Parameters
Data Structure |
Calculation Description |
|---|---|
float |
Calculation results. |
Parent topic: FastMath