mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
make strings object
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"math"
|
||||
)
|
||||
|
||||
var N = newNumber().SetInt64(1e10)
|
||||
var N = newNumber().SetInt64(1e6)
|
||||
|
||||
func Ln(x number) number {
|
||||
output := newNumber()
|
||||
|
||||
Reference in New Issue
Block a user