| 1 | ##DESCRIPTION |
1 | ##DESCRIPTION |
| 2 | ## Determine functions of time |
2 | ## Determine functions of time |
| 3 | ##ENDDESCRIPTION |
3 | ##ENDDESCRIPTION |
| 4 | |
4 | |
| 5 | ## DBsubject('Precalculus') |
5 | ## DBsubject('Precalculus') |
| 6 | ## DBchapter('Relationships') |
6 | ## DBchapter('Relationships') |
| … | |
… | |
| 18 | DOCUMENT(); |
18 | DOCUMENT(); |
| 19 | loadMacros( |
19 | loadMacros( |
| 20 | "PGstandard.pl", |
20 | "PGstandard.pl", |
| 21 | "MathObjects.pl", |
21 | "MathObjects.pl", |
| 22 | "PGchoicemacros.pl", |
22 | "PGchoicemacros.pl", |
| 23 | ); |
23 | );
|
|
|
24 | #
|
|
|
25 | |
| 24 | |
26 | |
| 25 | # make sure we're in the context we want |
27 | # make sure we're in the context we want |
| 26 | Context("Numeric")->flags->set( |
28 | Context("Numeric")->flags->set( |
| 27 | tolerance => 0.1, |
29 | tolerance => 0.1, |
| 28 | tolType => "absolute" |
30 | tolType => "absolute" |