dolfin.cpp.math

Math library module

Functions

between(arg0, arg1, float])

ipow(arg0, arg1)

near(x0, x1, eps)

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