mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix V.js
This commit is contained in:
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
Block a user