Ejemplo n.º 1
0
def quaddobl_size():
    """
    Returns the number of tropisms stored in quad double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_quaddobl_size as get_size

    return get_size()
Ejemplo n.º 2
0
def standard_size():
    """
    Returns the number of tropisms stored in standard double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_standard_size as get_size

    return get_size()
Ejemplo n.º 3
0
def quaddobl_size():
    """
    Returns the number of tropisms stored in quad double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_quaddobl_size as get_size
    return get_size()
Ejemplo n.º 4
0
def standard_size():
    """
    Returns the number of tropisms stored in standard double precision.
    """
    from phcpy.phcpy2c3 import py2c_numbtrop_standard_size as get_size
    return get_size()