~ubuntu-branches/ubuntu/karmic/grace/karmic

« back to all changes in this revision

Viewing changes to src/mathstuff.h

  • Committer: Bazaar Package Importer
  • Author(s): Ionut Georgescu
  • Date: 2006-11-12 17:58:47 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175847-pwerjj6k1smuwp6f
Tags: 1:5.1.20-5
Fix a bug in grace-thumbnailer which makes it write the thumbnail to
stdout instead of the destination supplied by nautilus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
extern double si_wrap(double x);
52
52
extern double sqr_wrap(double x);
53
53
extern double yv_wrap(double v, double x);
 
54
extern double sign_wrap(double x);
54
55
 
55
56
/* constants */
56
57
extern double pi_const(void);