Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed May 29, 2012
2 parents 7365842 + 2da2117 commit 853f3c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/_themes/julia/static/julia.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ body {
h1 {
font-size: 110%;
padding-top: 1ex;
margin: 1em 0;
}

h2 {
padding-top: 1ex;
margin: 1em 0;
}

p {
Expand All @@ -81,6 +83,15 @@ li {
margin-top: 0.5em;
}

tt.descname {
font-size: 100%;
font-weight: normal;
}

dl dt big, span.optional {
font-size: 100%;
}

.figure {
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ Mathematical Functions

Squared absolute value of ``x``

``copysign`` ``sign`` ``signbit`` ``pow`` ``sqrt`` ``cbrt`` ``erf`` ``erfc`` ``gamma`` ``lgamma`` ``lfact`` ``besselj0`` ``besselj1`` ``bessely0`` ``bessely1`` ``real`` ``imag`` ``conj`` ``angle`` ``cis(theta)``
``copysign`` ``sign`` ``signbit`` ``pow`` ``sqrt`` ``cbrt`` ``erf`` ``erfc`` ``gamma`` ``lgamma`` ``lfact`` ``real`` ``imag`` ``conj`` ``angle`` ``cis(theta)``

.. function:: binomial(n,k)

Expand Down

0 comments on commit 853f3c9

Please sign in to comment.