Revision 93a608f870bfe47313273ae6abc5c9429688c0ff (click the page title to view the current version)

doc2025

Changes from 93a608f870bfe47313273ae6abc5c9429688c0ff to af6bbc2798746904a758fffac441eedfe459c9ff

Some recently written functions whose documentation needs to be proofread (see src/functions/ subdirectories)

- check short documentation (?fun) for clarity / correction / brevity

- check detailed description (??fun) for clarity / correction / completeness
  and missing / confusing / non-working examples.

- also check the function [online translation](http://pari.math.u-bordeaux.fr/dochtml/html/) for
  conversion glitches (for convenience, the function name below directly links to the online translation)

Add you name next to the function if you're checking it. Either leave your
comments here or (preferred) edit the documentation in src/functions/*/fun
and send a patch

# Reference cards
- refcard
- refcard-ell
- refcard-lfun
- refcard-mf
- refcard-nf

# New functions, roughly grouped by theme (* means "very new" = top priority).

## Algebraic number theory
- *nfweilheight
- *bnrstarkunit
- bnfisintnorm
- nfmodprinit
- nfmodpr
- idealfactorback
- rnfisnorminit

## Elliptic and hyperelliptic curves
- *ellmaninconstant
- ellchangecurve
- *ellchangeinvert
- *ellchangecompose
- *hyperellordinate
- ellisomat
- ellchangepoint
- ellchangepointinv

## L-functions
- [ramanujantau](http://pari.math.u-bordeaux.fr/dochtml/html/Arithmetic_functions.html#ramanujantau)
- lfuninit (esp. Riemann-Siegel part)

## Hypergeometric motives (see ??hgm)
- [hgmalpha](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmalpha)
- [hgmbydegree](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmbydegree)
- [hgmcoef](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmcoef)
- [hgmcoefs](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmcoefs)
- [hgmcyclo](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmcyclo)
- [hgmeulerfactor](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmeulerfactor)
- [hgmgamma](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmgamma)
- [hgminit](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgminit)
- [hgmissymmetrical](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmissymmetrical)
- [hgmparams](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmparams)
- [hgmtwist](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#hgmtwist)
- [lfunhgm](http://pari.math.u-bordeaux.fr/dochtml/html/Hypergeometric_Motives.html#lfunhgm)

## Transcendental
- [intnumosc](http://pari.math.u-bordeaux.fr/dochtml/html/Sums__products__integrals_and_similar_functions.html#intnumosc)
- [lerchphi](http://pari.math.u-bordeaux.fr/dochtml/html/Transcendental_functions.html#lerchphi)
- [lerchzeta](http://pari.math.u-bordeaux.fr/dochtml/html/Transcendental_functions.html#lerchzeta)
- *psi
- *zetahurwitz

## Lattices
- *qfcvp
- qflll
- qflllgram
- qfminim
- qfcholesky

## Algebras
- *algnewprec
- *algeltfromnf
- *algmodprinit
- *algmodpr
- *algmodprlift
- *algeichlerbasis
- *algquattobasis
- *algbasistoquat
- *algisquatalg
- *alginvol
- alginit
- algtomatrix
- algtrace
- algnorm
- algcharpoly
- algsplit
- algpoleval
- alglatadd
- alglatcontains
- alglatelement
- alglathnf
- alglatindex
- alglatinter
- alglatlefttransporter
- alglatmul
- alglatrighttransporter
- alglatsubset

## Miscellaneous
- *mapapply
- *mapapply (Marine)