Version 0.1.7679.25195
Functions
Additional components that add new mathematical functions to the SMath Studio program, necessary for solving problems from various fields.
-
bigAbs("string")
Absolute value of "1:integer" written as strings. -
bigAdd("1:string", "2:string")
Add "1:integer" to another "2:integer" written as strings. -
bigCmp("1:string", "2:string")
Compare "1:integer" to another "2:integer" written as strings. -
bigDiv("1:string", "2:string")
Divide "1:integer" to another "2:integer" written as strings. -
bigGCD("1:string", "2:string")
Greatest Common Divisor of "1:integer" and "2:integer" written as strings. -
bigLog("string")
Logarithm value of "1:integer" written as strings. -
bigLog10("string")
Logarithm value of "1:integer" in base 10 written as strings. -
bigMax("1:string", "2:string")
Maximum of "1:integer" and "2:integer" written as strings. -
bigMin("1:string", "2:string")
Minimum of "1:integer" and "2:integer" written as strings. -
bigMod("1:string", "2:string")
Mod of "1:integer" to "2:integer" written as strings. -
bigModPow("1:string", "2:string", "3:string")
Mod power "1:integer" to "2:integer" of "3:integer" written as strings. -
bigMul("1:string", "2:string")
Multiples+ "1:big integer" to another "2:big integer" written as strings. -
bigNeg("string")
Negates value of "1:integer" written as strings. -
bigPow("1:string", "2:string")
Power of "1:integer" to "2:integer" written as strings. -
bigSub("1:string", "2:string")
Subtract from "1:big integer" another "2:big integer" written as strings.