Example #1
0
def quaddobl_size():
    """
    Returns the number of tropisms stored in quad double precision.
    """
    from phcpy.phcpy2c2 import py2c_numbtrop_quaddobl_size as get_size

    return get_size()
Example #2
0
def standard_size():
    """
    Returns the number of tropisms stored in standard double precision.
    """
    from phcpy.phcpy2c2 import py2c_numbtrop_standard_size as get_size

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