This repository was archived by the owner on Jan 30, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ .. _symbolic-calculus :
2+ 
13Symbolic Calculus
24================= 
35
Original file line number Diff line number Diff line change 1+ .. _special-functions :
2+ 
3+ 
14Functions
25========= 
36
@@ -28,7 +31,7 @@ Built-in Functions
2831   sage/functions/min_max 
2932
3033Please find extensive developer documentation for creating new functions
31- in the  :doc: ` Symbolic Calculus module< calculus/index> 
32- :doc:  ` sage/ symbolic/ function
34+ in :ref: ` symbolic- calculus the section 
35+ :ref:  ` Classes for  symbolic functions  < symbolic- function-classes > `.
3336
3437.. include :: ../footer.txt 
Original file line number Diff line number Diff line change 11r """ 
22Classes for symbolic functions 
33
4+ ..  _symbolic-function-classes:
5+ 
46To enable their usage as part of symbolic expressions, symbolic function 
57classes are derived from one of the subclasses of :class:`Function`: 
68
79 *  :class:`BuiltinFunction`: the code of these functions is written in Python; 
8-    many special functions are of this type, see this :doc:`list <functions/index>`  
10+    many :ref:` special functions<special-functions>`  are of this type 
911 *  :class:`GinacFunction`: the code of these functions is written in C++  and 
1012   part of the Pynac support library; most elementary functions are of this type 
1113 *  :class:`SymbolicFunction`: symbolic functions defined on the Sage command 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments