UNPKG
@mathlib/functions
Version:
latest (1.0.0)
1.0.0
Mathematical functions
github.com/mathlib-js/functions
mathlib-js/functions
@mathlib/functions
/
dist
/
isOdd.d.ts
3 lines
(2 loc)
•
66 B
TypeScript
View Raw
1
2
3
declare
function
isOdd
(
n
:
number
):
boolean
;
export
default
isOdd;