File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Here the *Special Functions* are listed according to the structure of [NIST Digi
28
28
| Function | Description |
29
29
| :-------- | :----------- |
30
30
| [ ` expint(ν, z) ` ] (@ref SpecialFunctions.expint) | [ exponential integral] ( https://en.wikipedia.org/wiki/Exponential_integral ) `` \operatorname{E}_\nu(z) `` |
31
- | [ ` expinti(x) ` ] (@ref SpecialFunctions.expinti) | [ exponential integral] ( https://en.wikipedia.org/wiki/Exponential_integral ) `` \operatorname{Ei}(z ) `` |
32
- | [ ` expintx(x) ` ] (@ref SpecialFunctions.expintx) | [ exponential integral] ( https://en.wikipedia.org/wiki/Exponential_integral ) `` exp(z) \operatorname{E}_\nu(z)`` |
31
+ | [ ` expinti(x) ` ] (@ref SpecialFunctions.expinti) | [ exponential integral] ( https://en.wikipedia.org/wiki/Exponential_integral ) `` \operatorname{Ei}(x ) `` |
32
+ | [ ` expintx(x) ` ] (@ref SpecialFunctions.expintx) | [ exponential integral] ( https://en.wikipedia.org/wiki/Exponential_integral ) `` e^z \operatorname{E}_\nu(z)`` |
33
33
| [ ` sinint(x) ` ] (@ref SpecialFunctions.sinint) | [ sine integral] ( https://en.wikipedia.org/wiki/Trigonometric_integral#Sine_integral ) `` \operatorname{Si}(x) `` |
34
34
| [ ` cosint(x) ` ] (@ref SpecialFunctions.cosint) | [ cosine integral] ( https://en.wikipedia.org/wiki/Trigonometric_integral#Cosine_integral ) `` \operatorname{Ci}(x) `` |
35
35
You can’t perform that action at this time.
0 commit comments