Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
PassFunc[f_, g_, h_, x_] := f[g[x]*h[x]]
|
||||
PassFunc[Tan, Cos, Sin, x]
|
||||
% /. x -> 0.12
|
||||
PassFunc[Tan, Cos, Sin, 0.12]
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Tan[Cos[x] Sin[x]]
|
||||
0.119414
|
||||
0.119414
|
||||
Loading…
Add table
Add a link
Reference in a new issue