Issue link: https://resources.pcb.cadence.com/i/1180526
PSpice User Guide Preparing a design for simulation October 2019 165 Product Version 17.4-2019 © 1999-2019 All Rights Reserved. LOG(x) ln (x) which is log base e LOG10(x) log (x) which is log base 10 PWR(x,y) |x| y PWRS(x,y) +|x| y (if x > 0) -|x| y (if x < 0) SIN(x) sin(x) where x is in radians ASIN(x) sin -1 (x) where the result is in radians SINH(x) sinh (x) where x is in radians ASINH(x) sinh -1 (x) where x is in radians COS(x) cos (x) where x is in radians ACOS(x) cos -1 (x) where the result is in radians COSH(x) cosh (x) where x is in radians ACOSH(x) cosh -1 (x) where x is in radians TAN(x) tan (x) where x is in radians ATAN(x) ARCTAN(x) tan -1 (x) where the result is in radians ATAN2(y,x) tan -1 (y/x) where the result is in radians TANH(x) tanh (x) where x is in radians ATANH(x) tanh -1 (x) where x is in radians M(x) magnitude of x 1 which is the same as ABS(x) P(x) phase of x 1 in degrees; returns 0.0 for real numbers R(x) real part of x 1 IMG(x) imaginary part of x 1 which is applicable to AC analysis only Table 3-4 Functions in arithmetic expressions, continued This function... Means this...