powered by
Find smallest power of two that is greater than or equal to an input x.
nextDyadic(x)
a real number. May be positive, zero, or negative.
returns the next power of two that is greater than, or equal to, the input x. If x is negative, 1 is returned.
isVectorAtomic, decibel.
isVectorAtomic
decibel
# NOT RUN { nextDyadic(15) # }
Run the code above in your browser using DataLab