aboutsummaryrefslogtreecommitdiff
path: root/log10-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'log10-help.pd')
-rw-r--r--log10-help.pd9
1 files changed, 9 insertions, 0 deletions
diff --git a/log10-help.pd b/log10-help.pd
new file mode 100644
index 0000000..0ac0a13
--- /dev/null
+++ b/log10-help.pd
@@ -0,0 +1,9 @@
+#N canvas 0 0 704 342 10;
+#X obj 180 148 log10;
+#X floatatom 180 128 5 0 0 0 - - -;
+#X floatatom 180 173 5 0 0 0 - - -;
+#X text 65 71 log10 returns the base 10 logarithm of its input. Input
+has to be positive.;
+#X text 107 221 log10(n) == ln(n)/ln(10);
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;