11.1.5. Math

This module implements mathematical functions.

PySpice.Math.amplitude_to_rms(x)[source]

Return \(x / \sqrt{2}\)

PySpice.Math.even(x)[source]

Return True is x is even

PySpice.Math.odd(x)[source]

Return True is x is odd

PySpice.Math.rms_to_amplitude(x)[source]

Return \(x \sqrt{2}\)