mlandistest / code

2 stars 0 forks source link

Type casting from int to double [sf#31] #43

Open mlandis opened 10 years ago

mlandis commented 10 years ago

Reported by hoehna on 2013-11-11 10:18 UTC type casting so that exp can take in naturals as well: RevBayes > a ~ unif(-1,1) RevBayes > b := round(a) RevBayes > exp(b) Perhaps there is a general solution???

mlandis commented 10 years ago

Updated by hoehna on 2014-02-19 07:45 UTC