dimasbotyara/calculator • LM Studio Hubcalculator
calculator
Calculator Plugin for LM Studio
A scientific calculator plugin for LM Studio that gives models reliable math capabilities.
Features
Calculator Plugin for LM Studio
A scientific calculator plugin for LM Studio that gives models reliable math capabilities.
Features
Basic arithmetic: +, -, *, /Parentheses: ( )Modulo: %Powers: ^, pow(x, y)Roots: sqrt(x), cbrt(x)Trigonometry in degrees: sin, cos, tanInverse trigonometry: asin, acos, atanLogarithms: log, ln, log2, logn(base, x)Rounding and helpers: abs, ceil, floor, round, trunc, signHyperbolic functionsFactorial: factorial(n) and n!Constants: pi, e, infPrevious result reference: ans
80^2
sqrt(144)
sin(90)
log(1000)
factorial(5)
sqrt(sin(45)^2 + cos(45)^2)
- Trigonometric functions use degrees.
- The plugin is designed as a tool provider for LM Studio.
- Models should use this tool for math instead of mental calculation.
Basic arithmetic: +, -, *, /Parentheses: ( )Modulo: %Powers: ^, pow(x, y)Roots: sqrt(x), cbrt(x)Trigonometry in degrees: sin, cos, tanInverse trigonometry: asin, acos, atanLogarithms: log, ln, log2, logn(base, x)Rounding and helpers: abs, ceil, floor, round, trunc, signHyperbolic functionsFactorial: factorial(n) and n!Constants: pi, e, infPrevious result reference: ans
80^2
sqrt(144)
sin(90)
log(1000)
factorial(5)
sqrt(sin(45)^2 + cos(45)^2)
- Trigonometric functions use degrees.
- The plugin is designed as a tool provider for LM Studio.
- Models should use this tool for math instead of mental calculation.