| fmaxmagnum19 | IEEE 754-2019 maximumMagnitudeNumber | FRT = minmaxmag(FRA, FRB, True, fmaxnum19) (2) | Zfminmax |
| fminmagc | C ternary-op minimum magnitude | FRT = minmaxmag(FRA, FRB, False, fminc) (2) | Zfminmax |
| fmaxmagc | C ternary-op maximum magnitude | FRT = minmaxmag(FRA, FRB, True, fmaxc) (2) | Zfminmax |
-| fmod | modulus | FRT = fmod(FRA, FRB) | TBD |
-| fremainder | IEEE 754 remainder | FRT = remainder(FRA, FRB) | TBD |
+| fmod | modulus | FRT = fmod(FRA, FRB) | ZftransExt |
+| fremainder | IEEE 754 remainder | FRT = remainder(FRA, FRB) | ZftransExt |
Note (1): for the purposes of minNum/maxNum, -0.0 is defined to be less than +0.0. This is left unspecified in IEEE 754-2008.
### ZftransExt
-LOG, EXP, EXP10, LOG10, LOGP1, EXP1M
+LOG, EXP, EXP10, LOG10, LOGP1, EXP1M, fmod, fremainder
These are extra transcendental functions that are useful, not generally
needed for 3D, however for Numerical Computation they may be useful.