mirror of
https://github.com/vale981/arb
synced 2025-03-06 09:51:39 -05:00
Merge remote branch 'origin/master'
This commit is contained in:
commit
bd4696419b
4 changed files with 19 additions and 20 deletions
|
@ -69,7 +69,10 @@ exclude_patterns = []
|
||||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||||
default_role = 'math'
|
default_role = 'math'
|
||||||
|
|
||||||
latex_preamble = '\usepackage{amsmath,amssymb}\n'
|
latex_preamble = r"""
|
||||||
|
\usepackage{amsmath,amssymb}
|
||||||
|
\setcounter{tocdepth}{2}
|
||||||
|
"""
|
||||||
|
|
||||||
primary_domain = 'c'
|
primary_domain = 'c'
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,7 @@ Types, macros and constants
|
||||||
|
|
||||||
.. type:: fmpcb_calc_func_t
|
.. type:: fmpcb_calc_func_t
|
||||||
|
|
||||||
Typedef for a pointer to a function with signature
|
Typedef for a pointer to a function with signature::
|
||||||
|
|
||||||
.. code ::
|
|
||||||
|
|
||||||
int func(fmpcb_ptr out, const fmpcb_t inp, void * param, long order, long prec)
|
int func(fmpcb_ptr out, const fmpcb_t inp, void * param, long order, long prec)
|
||||||
|
|
||||||
|
|
|
@ -28,9 +28,7 @@ Types, macros and constants
|
||||||
|
|
||||||
.. type:: fmprb_calc_func_t
|
.. type:: fmprb_calc_func_t
|
||||||
|
|
||||||
Typedef for a pointer to a function with signature
|
Typedef for a pointer to a function with signature::
|
||||||
|
|
||||||
.. code ::
|
|
||||||
|
|
||||||
int func(fmprb_ptr out, const fmprb_t inp, void * param, long order, long prec)
|
int func(fmprb_ptr out, const fmprb_t inp, void * param, long order, long prec)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue