[back] [prev] [next] [index] [root]

 


AlffDivisorsSmoothRatio

Return a ratio of numbers of smooth divisors times a number of places.

Syntax:

r := AlffDivisorsSmoothRatio(n, m, P);

real
  r  
smoothness ratio
integers
  n, m  
list
  P  
of integers

See also:  AlffDivisorsSmoothNum, AlffInit, AlffOrders, AlffPlacesNum

Description:

Given two integers n, m >= 0 and a list P such that P[i] is the number of places of degree 1 <= i <= \max{ n, m } of a given global function field, return the ratio of the number of (n, m)-smooth divisors and the number of (n,n)-smooth divisors times the number of places of degree <= m.


Example:



<- back[back] [prev] [next] [index] [root]