title Module from library HIFLOAT_7 : LBSINH name ('LBSINH') maclib baselib.lib ; Build the hyberbolic sine ; 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 hyberbolic sine entry flsinh extrn ?flsnh,@oper1 flsinh: ld ix,?flsnh jp @oper1 end