====== NotF60 ====== Computes one's complement of a 4.60 number. ==== Synopsis ==== ''%%void NotF60( frac60 *dest, frac60 *src )%%'' ==== Description ==== This function computes the one's complement of a 4.60 number in the location pointed to by src. The result is deposited in the location pointed to by dest. ==== Arguments ==== * **dest** A pointer to the location to store the 4.60 number result. * **src** A pointer to the location of the 4.60 number to be acted upon. ==== Implementation ==== Folio call implemented in operamath V20. ==== Associated Files ==== operamath.h, operamath.lib ==== See Also ==== ''%%NotF16%%''(), [[:documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr079#xref18340|NotF14]](), [[:documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr077#xref12100|Not32]](), [[:documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr081#xref35468|NotF30]](), [[:documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr078#xref22949|Not64]](), [[:documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr082#xref27350|NotF32]]()