|Given a number n and a base B greater than 1, return the lowest integer power of B that is greater than or equal to n.
Example:
B = 4; n = 53; npb = nextpowb(B,n);
outputs
npb = 3
See also: nextpow2
Find the two most distant points
1236 Solvers
3654 Solvers
Back to basics 13 - Input variables
203 Solvers
Create a square matrix of multiples
330 Solvers
281 Solvers
Problem Tags