simianquant.mathbridge.support.Strings.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mathbridge_2.13 Show documentation
Show all versions of mathbridge_2.13 Show documentation
A bridge to shareable mathematical functions
The newest version!
package simianquant.mathbridge.support
object Strings {
val NegativePowerZero: String = "Zero to negative power"
val PowerZeroZero: String = "0 ** 0"
val QuantileUndefined: String = "Quantile undefined"
}