LEMS / jLEMS

Java Interpreter for the Low Entropy Model Specification language
https://docs.neuroml.org/Userdocs/Software/jLEMS.html
MIT License
8 stars 10 forks source link

Add support for Heaviside function #80

Closed pgleeson closed 8 years ago

borismarin commented 8 years ago

@pgleeson notation: capital H?

pgleeson commented 8 years ago

Yes. Example of expression to be parsed: (H(p - 100) * 3.0E-7) * (1 + (p / 100))

https://github.com/OpenSourceBrain/CA1PyramidalCell/blob/master/neuroConstruct/generatedNeuroML2/CA1.cell.nml#L19840