Math class
a wrapper for math functions. This is to avoid name collisions with the dart math library.
Constructors
- Math()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- acos → const double Function(num x)
- asin → const double Function(num x)
- atan → const double Function(num x)
- cos → const double Function(num radians)
-
max
→ const T Function<
T extends num>(T a, T b) -
min
→ const T Function<
T extends num>(T a, T b) - pi → const double
- pow → const num Function(num x, num exponent)
- sin → const double Function(num radians)
- sqrt → const double Function(num x)
- tan → const double Function(num radians)