~ubuntu-branches/ubuntu/jaunty/plotutils/jaunty

« back to all changes in this revision

Viewing changes to ode/num.h

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2007-05-10 19:48:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070510194854-mrr3lgwzpxd8hovo
Tags: 2.5-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is part of the GNU plotutils package. */
 
2
 
 
3
/* Copyright (C) 1982-1994, Nicholas B. Tufillaro.  All rights reserved.
 
4
 *
 
5
 * GNU enhancements Copyright (C) 1996, 1997 Free Software Foundation, Inc.
 
6
 */
 
7
 
1
8
/*
2
 
 * Constants used in adaptive-step-size numerical
3
 
 * routines.
4
 
 * Copyright Nicholas B. Tufillaro, 1982-1994. All rights reserved.
5
 
 * GNU enhancements copyright (C) 1996-1997 Free Software Foundation, Inc.
 
9
 * Constants used in adaptive-step-size numerical routines.
6
10
 */
7
11
 
8
12
#define ECONST  .07037037037037037037   /* 19/270       */