summaryrefslogtreecommitdiff
path: root/src/writing/derivative.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-08-01 13:11:32 -0700
committerKai Stevenson <kai@kaistevenson.com>2023-08-01 13:11:32 -0700
commitd45367cc9101e4f0e03d1e77d5c7cc10b00567ba (patch)
treec6805306a3198c412b1bda9588334d38d7dfcbde /src/writing/derivative.php
parent79bd72e062fabcd6c0b73cfba6d35178e179da41 (diff)
added phplatex
Diffstat (limited to 'src/writing/derivative.php')
-rw-r--r--src/writing/derivative.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/writing/derivative.php b/src/writing/derivative.php
new file mode 100644
index 0000000..28bc00d
--- /dev/null
+++ b/src/writing/derivative.php
@@ -0,0 +1,16 @@
+<?php
+$title = "The Calculus of Infinitesimals";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+include($_SERVER["DOCUMENT_ROOT"] . "/phplatex.php");
+?>
+<p>
+ <i>Calculus</i> is often used as the complete name of a branch of mathematics dealing with
+ rates of change and very small numbers. In fact, a calculus is a specific discipline
+ or method for the analysis of some set of problems. The fact that the <i>calculus of infinitesimals</i>
+ has come to known in this way is a testament to its importance.
+</p>
+<p>
+ <?php echo(texify("$\\sqrt[3]{2}\$", 160, 0.96,0.96,0.96, 0.118,0.106,0.106, "", TRUE)); ?>
+</p>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>