@@ -22,13 +22,6 @@ tab-delimited text to `f` by either `writedlm(f, [x y])` or by `writedlm(f, zip(
22
22
"""
23
23
writedlm
24
24
25
- """
26
- digamma(x)
27
-
28
- Compute the digamma function of `x` (the logarithmic derivative of `gamma(x)`)
29
- """
30
- digamma
31
-
32
25
"""
33
26
fill!(A, x)
34
27
@@ -523,13 +516,6 @@ A string giving the literal bit representation of a number.
523
516
"""
524
517
bits
525
518
526
- """
527
- invdigamma(x)
528
-
529
- Compute the inverse digamma function of `x`.
530
- """
531
- invdigamma
532
-
533
519
"""
534
520
getindex(type[, elements...])
535
521
@@ -609,13 +595,6 @@ used as the final delimiter instead of `delim`.
609
595
"""
610
596
join (io, items, delim, last)
611
597
612
- """
613
- lfact(x)
614
-
615
- Compute the logarithmic factorial of `x`
616
- """
617
- lfact
618
-
619
598
"""
620
599
deconv(b,a)
621
600
@@ -1007,15 +986,6 @@ Test whether a matrix is lower triangular.
1007
986
"""
1008
987
istril
1009
988
1010
- """
1011
- lgamma(x)
1012
-
1013
- Compute the logarithm of the absolute value of [`gamma`](:func:`gamma`) for
1014
- [`Real`](:obj:`Real`) `x`, while for [`Complex`](:obj:`Complex`) `x` it computes the
1015
- logarithm of `gamma(x)`.
1016
- """
1017
- lgamma
1018
-
1019
989
"""
1020
990
bin(n, [pad])
1021
991
@@ -1445,13 +1415,6 @@ Close an I/O stream. Performs a `flush` first.
1445
1415
"""
1446
1416
close (stream:: IO )
1447
1417
1448
- """
1449
- cospi(x)
1450
-
1451
- Compute ``\\ cos(\\ pi x)`` more accurately than `cos(pi*x)`, especially for large `x`.
1452
- """
1453
- cospi
1454
-
1455
1418
"""
1456
1419
parentindexes(A)
1457
1420
@@ -2420,13 +2383,6 @@ Bessel function of the first kind of order 1, ``J_1(x)``.
2420
2383
"""
2421
2384
besselj1
2422
2385
2423
- """
2424
- sinpi(x)
2425
-
2426
- Compute ``\\ sin(\\ pi x)`` more accurately than `sin(pi*x)`, especially for large `x`.
2427
- """
2428
- sinpi
2429
-
2430
2386
"""
2431
2387
select!(v, k, [by=<transform>,] [lt=<comparison>,] [rev=false])
2432
2388
@@ -2872,13 +2828,6 @@ Seek a stream to the given position.
2872
2828
"""
2873
2829
seek
2874
2830
2875
- """
2876
- acosd(x)
2877
-
2878
- Compute the inverse cosine of `x`, where the output is in degrees.
2879
- """
2880
- acosd
2881
-
2882
2831
"""
2883
2832
triu(M)
2884
2833
@@ -3013,13 +2962,6 @@ Equivalent to `stat(file).size`.
3013
2962
"""
3014
2963
filesize
3015
2964
3016
- """
3017
- sinc(x)
3018
-
3019
- Compute ``\\ sin(\\ pi x) / (\\ pi x)`` if ``x \\ neq 0``, and ``1`` if ``x = 0``.
3020
- """
3021
- sinc
3022
-
3023
2965
"""
3024
2966
cglobal((symbol, library) [, type=Void])
3025
2967
@@ -3650,13 +3592,6 @@ Returns the smallest eigenvalue of `A`.
3650
3592
"""
3651
3593
eigmin
3652
3594
3653
- """
3654
- acscd(x)
3655
-
3656
- Compute the inverse cosecant of `x`, where the output is in degrees.
3657
- """
3658
- acscd
3659
-
3660
3595
"""
3661
3596
ltoh(x)
3662
3597
@@ -4142,13 +4077,6 @@ is `-1` the corresponding ID will not change. Only integer `owner`s and `group`s
4142
4077
"""
4143
4078
chown
4144
4079
4145
- """
4146
- gamma(x)
4147
-
4148
- Compute the gamma function of `x`.
4149
- """
4150
- gamma
4151
-
4152
4080
"""
4153
4081
sin(x)
4154
4082
@@ -4855,13 +4783,6 @@ For more information, see [^issue8859], [^B96], [^S84], [^KY88].
4855
4783
"""
4856
4784
pinv
4857
4785
4858
- """
4859
- asecd(x)
4860
-
4861
- Compute the inverse secant of `x`, where the output is in degrees.
4862
- """
4863
- asecd
4864
-
4865
4786
"""
4866
4787
readbytes!(stream::IO, b::AbstractVector{UInt8}, nb=length(b); all=true)
4867
4788
@@ -4888,13 +4809,6 @@ descriptive error string.
4888
4809
"""
4889
4810
ArgumentError
4890
4811
4891
- """
4892
- atand(x)
4893
-
4894
- Compute the inverse tangent of `x`, where the output is in degrees.
4895
- """
4896
- atand
4897
-
4898
4812
"""
4899
4813
KeyError(key)
4900
4814
@@ -5062,13 +4976,6 @@ Test whether a matrix is Hermitian.
5062
4976
"""
5063
4977
ishermitian
5064
4978
5065
- """
5066
- sind(x)
5067
-
5068
- Compute sine of `x`, where `x` is in degrees.
5069
- """
5070
- sind
5071
-
5072
4979
"""
5073
4980
min(x, y, ...)
5074
4981
@@ -5380,14 +5287,6 @@ two strings. For example
5380
5287
"""
5381
5288
join (strings, delim, last)
5382
5289
5383
- """
5384
- polygamma(m, x)
5385
-
5386
- Compute the polygamma function of order `m` of argument `x` (the `(m+1)th` derivative of the
5387
- logarithm of `gamma(x)`)
5388
- """
5389
- polygamma
5390
-
5391
5290
"""
5392
5291
isless(x, y)
5393
5292
@@ -6055,13 +5954,6 @@ Returns `string` with all characters converted to uppercase.
6055
5954
"""
6056
5955
uppercase
6057
5956
6058
- """
6059
- cosd(x)
6060
-
6061
- Compute cosine of `x`, where `x` is in degrees.
6062
- """
6063
- cosd
6064
-
6065
5957
"""
6066
5958
cycle(iter)
6067
5959
@@ -6500,13 +6392,6 @@ lengths of dimensions you asked for.
6500
6392
"""
6501
6393
size
6502
6394
6503
- """
6504
- trigamma(x)
6505
-
6506
- Compute the trigamma function of `x` (the logarithmic second derivative of `gamma(x)`).
6507
- """
6508
- trigamma
6509
-
6510
6395
"""
6511
6396
findmin(A, dims) -> (minval, index)
6512
6397
@@ -7188,13 +7073,6 @@ but throws an error for unordered arguments.
7188
7073
"""
7189
7074
cmp
7190
7075
7191
- """
7192
- tand(x)
7193
-
7194
- Compute tangent of `x`, where `x` is in degrees.
7195
- """
7196
- tand
7197
-
7198
7076
"""
7199
7077
issorted(v, [by=<transform>,] [lt=<comparison>,] [rev=false])
7200
7078
@@ -7583,14 +7461,6 @@ Test whether any values along the given dimensions of an array are `true`.
7583
7461
"""
7584
7462
any (:: AbstractArray ,dims)
7585
7463
7586
- """
7587
- cosc(x)
7588
-
7589
- Compute ``\\ cos(\\ pi x) / x - \\ sin(\\ pi x) / (\\ pi x^2)`` if ``x \\ neq 0``, and ``0`` if
7590
- ``x = 0``. This is the derivative of `sinc(x)`.
7591
- """
7592
- cosc
7593
-
7594
7464
"""
7595
7465
getkey(collection, key, default)
7596
7466
@@ -7612,13 +7482,6 @@ For matrices or vectors ``A`` and ``B``, calculates ``Aᴴ Bᴴ``.
7612
7482
"""
7613
7483
Ac_mul_Bc
7614
7484
7615
- """
7616
- acotd(x)
7617
-
7618
- Compute the inverse cotangent of `x`, where the output is in degrees.
7619
- """
7620
- acotd
7621
-
7622
7485
"""
7623
7486
zeros(type, dims)
7624
7487
@@ -8313,13 +8176,6 @@ julia> f(apple)
8313
8176
"""
8314
8177
:@enum
8315
8178
8316
- """
8317
- asind(x)
8318
-
8319
- Compute the inverse sine of `x`, where the output is in degrees.
8320
- """
8321
- asind
8322
-
8323
8179
"""
8324
8180
widemul(x, y)
8325
8181
0 commit comments