fix V.js
parent
e69117a8f3
commit
6174dfb424
|
@ -7,9 +7,6 @@ module builtin
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
pub fn (d double) str() string {
|
|
||||||
return '0'
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn (d f64) str() string {
|
pub fn (d f64) str() string {
|
||||||
return '0'
|
return '0'
|
||||||
|
|
Loading…
Reference in New Issue