RcCalc class

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

Static Methods

divide(String a, String b) String
除法
divideList(List<String> arr) String
除法(数组)
minus(String a, String b) String
减法
minusList(List<String> arr) String
减法(数组)
plus(String a, String b) String
加法
plusList(List<String> arr) String
加法(数组)
times(String a, String b) String
乘法
timesList(List<String> arr) String
乘法(数组)
toNumStr(String a) String
科学计数转数字字符串