mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
fix bug in floatUtils
This commit is contained in:
parent
554d3ee84c
commit
02dfbe9a9e
@ -9,7 +9,7 @@ class stringFloat{
|
|||||||
return this.Value;
|
return this.Value;
|
||||||
}
|
}
|
||||||
toString(){
|
toString(){
|
||||||
if (isNaN(checkFloat(this.Value))) {
|
if (checkFloat(this.string)) {
|
||||||
return this.Value
|
return this.Value
|
||||||
} else {
|
} else {
|
||||||
return this.string
|
return this.string
|
||||||
|
Loading…
Reference in New Issue
Block a user