Is there a scaled complementary error function in python available?

前端 未结 5 1827
心在旅途
心在旅途 2021-01-18 03:54

In matlab there is a special function which is not available in any of the collections for the Python I know (numpy, scipy, mpmath, ...).

Probably there are other p

5条回答
  •  无人及你
    2021-01-18 04:03

    A highly optimized C++ implementation of erfcx (for both real and complex arguments) was recently merged into SciPy and should be in SciPy version 0.12.

提交回复
热议问题