mud ~master (2021-10-02T13:22:48Z)
Dub
Repo
isOdd
mud
math
Is
t
odd
@
safe
@
nogc
nothrow pure
bool
isOdd
(
T
)
(
T
t
)
if
(
__traits(
isArithmetic
,
T
)
)
Examples
assert
(
isOdd
(
1
));
assert
(!
isOdd
(
2
));
Meta
Source
See Implementation
mud
math
functions
isEven
isOdd
logisticSigmoid
Is t odd