Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
x=1+2I
|
||||
y=3+4I
|
||||
|
||||
x+y => 4 + 6 I
|
||||
x-y => -2 - 2 I
|
||||
y x => -5 + 10 I
|
||||
y/x => 11/5 - (2 I)/5
|
||||
x^3 => -11 - 2 I
|
||||
y^4 => -527 - 336 I
|
||||
x^y => (1 + 2 I)^(3 + 4 I)
|
||||
N[x^y] => 0.12901 + 0.0339241 I
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
Exp Log
|
||||
Sin Cos Tan Csc Sec Cot
|
||||
ArcSin ArcCos ArcTan ArcCsc ArcSec ArcCot
|
||||
Sinh Cosh Tanh Csch Sech Coth
|
||||
ArcSinh ArcCosh ArcTanh ArcCsch ArcSech ArcCoth
|
||||
Sinc
|
||||
Haversine InverseHaversine
|
||||
Factorial Gamma PolyGamma LogGamma
|
||||
Erf BarnesG Hyperfactorial Zeta ProductLog RamanujanTauL
|
||||
Loading…
Add table
Add a link
Reference in a new issue