veg / hyphy

HyPhy: Hypothesis testing using Phylogenies
http://www.hyphy.org
Other
209 stars 69 forks source link

-inf in HBL #761

Closed halabikeren closed 6 years ago

halabikeren commented 6 years ago

Dear HyPhy team,

Is there any expression in HyPhy which represents negative infinity?

Thanks! Keren

spond commented 6 years ago

Dear @halabikeren,

Yes.

-1/0
Log(0)
//any number less than -DBL_MAX, e.g.
-1e500

Best, Sergei

halabikeren commented 6 years ago

Great, thank you!