MatBucher / ekv3model

Other
14 stars 4 forks source link

confirm log() intended (log base 10) #4

Open gjcoram opened 7 months ago

gjcoram commented 7 months ago

There is one use of the base-10 log: DVT_nf = NFVTA log(((NF)-1)NFVTB+1);

Verilog-AMS uses ln() for the natural log (and I see that ln() is used in other equations in the model).