Версия 0.1.7679.25195
Функции
Дополнительные компоненты, добавляющие в программу SMath Studio новые математические функции, необходимые для решения задач из различных областей.
-
bigAbs("строка")
Absolute value of "1:integer" written as strings. -
bigAdd("1:строка", "2:строка")
Add "1:integer" to another "2:integer" written as strings. -
bigCmp("1:строка", "2:строка")
Compare "1:integer" to another "2:integer" written as strings. -
bigDiv("1:строка", "2:строка")
Divide "1:integer" to another "2:integer" written as strings. -
bigGCD("1:строка", "2:строка")
Greatest Common Divisor of "1:integer" and "2:integer" written as strings. -
bigLog("строка")
Logarithm value of "1:integer" written as strings. -
bigLog10("строка")
Logarithm value of "1:integer" in base 10 written as strings. -
bigMax("1:строка", "2:строка")
Maximum of "1:integer" and "2:integer" written as strings. -
bigMin("1:строка", "2:строка")
Minimum of "1:integer" and "2:integer" written as strings. -
bigMod("1:строка", "2:строка")
Mod of "1:integer" to "2:integer" written as strings. -
bigModPow("1:строка", "2:строка", "3:строка")
Mod power "1:integer" to "2:integer" of "3:integer" written as strings. -
bigMul("1:строка", "2:строка")
Multiples+ "1:big integer" to another "2:big integer" written as strings. -
bigNeg("строка")
Negates value of "1:integer" written as strings. -
bigPow("1:строка", "2:строка")
Power of "1:integer" to "2:integer" written as strings. -
bigSub("1:строка", "2:строка")
Subtract from "1:big integer" another "2:big integer" written as strings.