You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
490 B

  1. SPICE functions:
  2. sqrt(x)
  3. sin(x)
  4. cos(x)
  5. tan(x)
  6. sinh(x)
  7. cosh(x)
  8. tanh(x)
  9. asin(x)
  10. acos(x)
  11. atan(x)
  12. asinh(x)
  13. acosh(x)
  14. atanh(x)
  15. arctan(x)
  16. exp(x)
  17. ln(x)
  18. log(x)
  19. abs(x)
  20. nint(x)
  21. int(x)
  22. floor(x)
  23. ceil(x)
  24. pow(x, y)
  25. pwr(x, y)
  26. min(x, y)
  27. max(x, y)
  28. sgn(x)
  29. ternary_fcn(x, y, z)
  30. gauss(nom, rvar, sigma)
  31. agauss(nom, avar, sigma)
  32. unif(nom, rvar)
  33. aunif(nom, avar)
  34. limit(nom, avar)