Skip to content

pycauset.get_precision_mode

pycauset.get_precision_mode() -> str

Return the current thread-local promotion precision mode.

Returns

  • str: Either "lowest" or "highest".

Example

import pycauset as pc

mode = pc.get_precision_mode()
print(mode)

See also