[net.lang.ada] Ada : sin and cos functions

ditzel@ssc-bee.UUCP (Charles L Ditzel) (11/05/85)

[ for the mythical net line-eater]

A friend of mine needs  [VAX 11/750 VMS] sin and cos functions
(algorithm or Ada code).  He wants it to be as VAX 11/750 specific
as possible (so much for portability).
Could anyone out there with such beasts that are public domain 
send them to me.  
				Thanks in advance,

                                     charles ditzel
                                  ....uw-beaver!ssc-vax!ditzel

RCONN@SIMTEL20.ARPA (Rick Conn) (11/07/85)

The math library in the Ada Repository on SIMTEL20 contains packages
of math routines:
	MLIB (MLIBDEC for DEC Ada and MLIBTS for Telesoft) - log, trig, exp,
		random number, etc functions
	BIT - bit manipulation
	MATRIX - matrix math
	GSET - General set manipulation

All software is in PD:<ADA.MATH> in the repository.  People in my group at TI
have tested MLIBDEC, BIT, and MATRIX and found them to work nicely and be
of value.  These were compiled under DEC Ada at work.
	Rick
-------