> Can any one tell me how I can set GSL 'mode' without using > gsl_ieee_set_mode ( ) ??
gsl_ieee_env_setup() is a handy way to turn on the appropriate IEEE mode while permitting incoming environmental details to change your code's behavior: http://www.gnu.org/software/gsl/manual/html_node/Setting-up-your-IEEE-environment.html - Rhys
