Vcsn
2.3
Be Rational
|
#include <vcsn/core/mutable-automaton.hh>
#include <vcsn/ctx/traits.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/context.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/vector.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
vcsn::dyn::detail | |
Functions | |
template<typename Context > | |
mutable_automaton< Context > | vcsn::quotkbaseb (const Context &ctx, unsigned divisor, unsigned base) |
Build the transducer which accepts a word n representing a number in base "base" and outputs the quotient of the division of n by k. More... | |
template<typename Ctx , typename Unsigned1 , typename Unsigned2 > | |
automaton | vcsn::dyn::detail::quotkbaseb (const context &ctx, unsigned divisor, unsigned base) |
Bridge. More... | |