StateSpaceModels / ssm

Inference for State Space Models like playing with duplo blocks
GNU General Public License v3.0
25 stars 16 forks source link

cache_special_function_C breaks in case of nested special functions #5

Closed sballesteros closed 10 years ago

sballesteros commented 10 years ago

e.g sqrt(sin(pow(x,2)))

sballesteros commented 10 years ago

was indeed ok but the parsers were wrong. Fixed now.