-- |-- Module: Math.NumberTheory.ArithmeticFunctions-- Copyright: (c) 2016 Andrew Lelechenko-- Licence: MIT-- Maintainer: Andrew Lelechenko <andrew.lelechenko@gmail.com>---- This module provides an interface for defining and manipulating-- arithmetic functions. It also defines several most widespreaded-- arithmetic functions.--moduleMath.NumberTheory.ArithmeticFunctions(moduleMath.NumberTheory.ArithmeticFunctions.Class ,moduleMath.NumberTheory.ArithmeticFunctions.Standard )whereimportMath.NumberTheory.ArithmeticFunctions.Class importMath.NumberTheory.ArithmeticFunctions.Standard