Home
last modified time | relevance | path

Searched defs:random_poly (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-Diofant/Diofant-0.13.0/diofant/polys/
H A Dsqfreetools.py84 if not h.is_ground:
/dports/math/py-sympy/sympy-1.9/sympy/polys/
H A Dspecialpolys.py116 def random_poly(x, n, inf, sup, domain=ZZ, polys=False): function
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_offset_equalities2.c241 static polynomial_t *random_poly(poly_buffer_t *b, poly_table_t *table) { in random_poly() function