UNPKG
@evojs/math
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.1.0
0.0.0
Nodejs math extension
github.com/evotool/js-math
evotool/js-math
@evojs/math
/
log.function.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
export
declare
function
log
(
x
:
number
):
number
;
export
declare
function
log
(
x
:
number
,
y
:
number
):
number
;