mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 05:58:23 +01:00
Fix 0-0
This commit is contained in:
parent
d36ebe0a7c
commit
126442442b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user