title Module from library HIFLOAT_6 : LBCOS name ('LBCOS') maclib baselib.lib ; Build the cosine ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: +49-40-4223247 ; Version 1.0 January 1989 ; ENTRY Reg pair BC points to number ; and reg pair HL points to result ; EXIT Result filled with cosine entry flcos extrn ?flcos,@oper1 flcos: ld ix,?flcos jp @oper1 end