10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00
This commit is contained in:
Mickaël Véril 2019-09-20 10:41:36 +02:00
parent d36ebe0a7c
commit 126442442b

View File

@ -75,7 +75,7 @@ class excitation{
return (this.Eabs+this.Efluo)/2
}
get Ezz() {
return this.Eadia+this.EZPE
return this.Eadia-this.EZPE
}
toString() {
return this.start+ ', ' + this.end +', '+ this.Eabs.toPrecision(3);