scalar.maxnumf¶
C99 fmax (NaN ignored, returns the non-NaN operand).
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | executable |
| Traits | Pure, Commutative |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | lhs |
float |
required | — |
| Operand | rhs |
float |
required | — |
| Result | result |
float |
required | — |
| Attribute | fastmath |
flags FastMathFlags |
optional | — |
Verification constraints¶
SameType(lhs, rhs, result)