]> gitweb.factorcode.org Git - factor.git/blob - extra/math/derivatives/derivatives-docs.factor
Switch to https urls
[factor.git] / extra / math / derivatives / derivatives-docs.factor
1 ! Copyright (C) 2009 Jason W. Merrill.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: math.derivatives
5
6 ARTICLE: "math.derivatives" "Derivatives"
7 "The " { $vocab-link "math.derivatives" } " vocabulary defines the derivative of many of the words in the " { $vocab-link "math" } " and " { $vocab-link "math.functions" } " vocabularies. The derivative for a word is given by a sequence of quotations stored in its " { $snippet "derivative" } " word property that give the partial derivative of the word with respect to each of its inputs."
8 { $see-also "math.derivatives.syntax" }
9 ;
10
11 ABOUT: "math.derivatives"