diff options
Diffstat (limited to 'src/runtime/runtime.h')
| -rw-r--r-- | src/runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index 30fa915b48..74afa3aef1 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -288,6 +288,8 @@ void sys·cmpstring(string, string, int32); void sys·slicestring(string, int32, int32, string); void sys·indexstring(string, int32, byte); void sys·intstring(int64, string); +bool isInf(float64, int32); +bool isNaN(float64); /* * User go-called |
