[vox-tech] math.h advice?

Alexandra Thorn vox-tech@lists.lugod.org
Mon, 8 Jul 2002 19:02:57 -0700 (PDT)


> yes.
>
> #including a file doesn't bring in code.  it brings in things like
> prototypes, global variables, includes, defines, etc.
>
> everything except the actual code.
>
> -lm brings in the code.
>
> pete

Cool.  It worked.  Thanks guys : )

--Alex