|
5.1.33 farey
Syntax:
farey ( bigint_expression , bigint_expression )
farey ( ideal_expression , bigint_expression )
farey ( module_expression , bigint_expression )
farey ( matrix_expression , bigint_expression )
Type:
- type of the first argument
Purpose:
- lift the first argument modulo the second to the rationals
Note:
- The current coefficient field must be the rationals.
Example:
See
chinrem.
|