log10 class

(Shortest import: from brian2.core.functions import log10)

class brian2.core.functions.log10[source]

Bases: sympy.core.function.Function

Methods

eval(args) Returns a canonical form of cls applied to arguments args.

Details

classmethod eval(args)[source]

Returns a canonical form of cls applied to arguments args.

The eval() method is called when the class cls is about to be instantiated and it should return either some simplified instance (possible of some other class), or if the class cls should be unmodified, return None.