dolfin.cpp.math

Math library module

Functions

between((arg0: float, arg1: Tuple[float, …)
ipow((arg0: int, arg1: int) -> int)
near((x0: float, x1: float, …)
dolfin.cpp.math.between(arg0: float, arg1: Tuple[float, float]) → bool
dolfin.cpp.math.ipow(arg0: int, arg1: int) → int
dolfin.cpp.math.near(x0: float, x1: float, eps: float = 3e-16) → bool