*** empty log message ***
This commit is contained in:
parent
ead2b99a9a
commit
3c6bd78bc0
2 changed files with 6 additions and 6 deletions
|
@ -98,7 +98,7 @@ expand(void)
|
|||
return;
|
||||
}
|
||||
|
||||
// factor A
|
||||
// A = factor(A)
|
||||
|
||||
push(A);
|
||||
push(X);
|
||||
|
|
10
prototypes.h
10
prototypes.h
|
@ -392,12 +392,12 @@ void eval_expand(void);
|
|||
void expand(void);
|
||||
void expand_tensor(void);
|
||||
void remove_negative_exponents(void);
|
||||
void get_expansion_C(void);
|
||||
void push_terms_per_factor(void);
|
||||
void expand_get_C(void);
|
||||
void expand_get_CF(void);
|
||||
void trivial_divide(void);
|
||||
void get_expansion_B(void);
|
||||
void get_expansion_A(void);
|
||||
void push_expansion_fractions_per_factor(void);
|
||||
void expand_get_B(void);
|
||||
void expand_get_A(void);
|
||||
void expand_get_AF(void);
|
||||
void test_expand(void);
|
||||
|
||||
// expcos.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue