scipy.optimize.RootResults.

get#

RootResults.get(key, default=None, /)#

如果 key 存在於字典中則返回 key 的值,否則返回 default。