Get 'SymPy' version

sympy_version()

Value

The version of the 'SymPy' available

Examples

if (has_sympy()) {
  sympy_version()
}
#> [1] ‘1.12’