include(ExternalProject)
-set(CVC5PythonicAPI_VERSION "a35b49ef3cd121e3dbc9496848019f7850f8f17d")
+set(CVC5PythonicAPI_VERSION "a04093e60036b83681c6f2cf5cca42bb631b6ce4")
ExternalProject_Add(
CVC5PythonicAPI
${COMMON_EP_CONFIG}
URL https://github.com/cvc5/cvc5_pythonic_api/archive/${CVC5PythonicAPI_VERSION}.zip
- URL_HASH SHA1=232b589148c0a19783cfca22c8628af4516a6eec
+ URL_HASH SHA1=a2ad7f53c38fdb9f3351d1915278e92de1427b69
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
.. autofunction:: cvc5.pythonic.Sqrt
.. autofunction:: cvc5.pythonic.Cbrt
+Transcendentals
+--------------------------
+.. autofunction:: cvc5.pythonic.Pi
+.. autofunction:: cvc5.pythonic.Exponential
+.. autofunction:: cvc5.pythonic.Sine
+.. autofunction:: cvc5.pythonic.Cosine
+.. autofunction:: cvc5.pythonic.Tangent
+.. autofunction:: cvc5.pythonic.Arcsine
+.. autofunction:: cvc5.pythonic.Arccosine
+.. autofunction:: cvc5.pythonic.Arctangent
+.. autofunction:: cvc5.pythonic.Secant
+.. autofunction:: cvc5.pythonic.Cosecant
+.. autofunction:: cvc5.pythonic.Cotangent
+.. autofunction:: cvc5.pythonic.Arcsecant
+.. autofunction:: cvc5.pythonic.Arccosecant
+.. autofunction:: cvc5.pythonic.Arccotangent
+
+
Testers
-------------------
.. autofunction:: cvc5.pythonic.is_arith