4.0.6 • Published 3 months ago

@tripetto/block-calculator v4.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 months ago

🙋‍♂️ The Tripetto FormBuilder SDK helps building powerful and deeply customizable forms for your application, web app, or website.

👩‍💻 Create and run forms and surveys without depending on external services.

💸 Developing a custom form solution is tedious and expensive. Instead, use Tripetto and save time and money!

🌎 Trusted and used by organizations around the globe, including Fortune 500 companies.


This SDK is the ultimate form solution for everything from basic contact forms to surveys, quizzes and more with intricate flow logic. Whether you're just adding conversational forms to your website or application, or also need visual form-building capabilities inside your app, Tripetto has got you covered! Pick what you need from the SDK with visual form builder, form runners, and countless question types – all with extensive docs. Or take things up a notch by developing your own question types or even form runner UIs.


📦 Calculator Block

Version Downloads License Read the docs Source code Follow us on Twitter

Calculator block for Tripetto. Use the calculator block to instantly perform calculations inside forms, using given answers. The block includes operations, scores, comparisons, formulas, functions, constants and lots more features to be able to do all kinds of calculations. It is a headless block, so it doesn't require a UI implementation for the runner.

📺 Preview

Preview

Try the demo

🚀 Get started

You can find all the information to start with this block at tripetto.com/sdk/docs/blocks/stock/calculator/.

🧮 Supported operations

OperationDescription
INPUTS
Static numberSupplies a static number to the calculator.
Recall valueSupplies the value of another question block (for example from a number block, rating block or scale block) to the calculator.
SubcalculationPerforms a (sub) calculation for multistep formulas and supplies the result to the calculator.
FUNCTIONS
Limiting
minReturns the input with the lowest number.
maxReturns the input with the highest number.
clampClamps (restricts) the input between the specified minimum and maximum value (learn more).
Floating point
roundRounds a floating point number (learn more).
floorRounds a floating point number down (learn more).
ceilRounds a floating point number up (learn more).
truncRemoves decimals from a floating point number.
Exponentiation
Multiplies the given input by itself (learn more).
Finds the principal square root for the given input (learn more).
powCalculates the base to the power of the given exponent (learn more).
expCalculates e to the power of the given exponent (learn more).
lnCalculates the natural logarithm of the input (learn more).
logCalculates the base 10 logarithm of the input (learn more).
Trigonometry
sinCalculates the sine of the given angle (learn more).
cosCalculates the cosine of the given angle (learn more).
tanCalculates the tangent of the given angle (learn more).
sin⁻¹Calculates the inverse sine (arcsine) of the given number (learn more).
cos⁻¹Calculates the inverse cosine (arccosine) of the given number (learn more).
tan⁻¹Calculates the inverse tangent (arctangent) of the given number (learn more).
sinhCalculates the hyperbolic sine of the given hyperbolic angle (learn more).
coshCalculates the hyperbolic cosine of the given hyperbolic angle (learn more).
tanhCalculates the hyperbolic tangent of the given hyperbolic angle (learn more).
sinh⁻¹Calculates the inverse hyperbolic sine (arcsine) of the given number (learn more).
cosh⁻¹Calculates the inverse hyperbolic cosine (arccosine) of the given number (learn more).
tanh⁻¹Calculates the inverse hyperbolic tangent (arctangent) of the given number (learn more).
Factorial
n!Calculates the factorial of a positive number (learn more).
gammaCalculates the gamma of a positive number (learn more).
Miscellaneous
absRetrieves the absolute value (or modulus) of a number (learn more).
ageCalculates the age based on the input of a date block, for example a date of birth.
yearCalculates the year of a given date.
monthCalculates the month of a given date.
day of monthCalculates the day of the month of a given date.
day of weekCalculates the day of the week of a given date.
hourCalculates the hour of a given time.
minuteCalculates the minute of a given time.
secondCalculates the second of a given time.
millisecondCalculates the millisecond of a given time.
countCounts the number of selected options, for example from a calculator block, or a picture choice block (multiple selection).
modCalculates the remainder of a division (learn more).
scoreScores options of a block (for example a dropdown block, radio buttons block or a picture choice block).
sgnExtracts the sign of a number (learn more).
%Calculates a percentage of the input (learn more).
COMPARATORS
Compare valueCompares the recalled value of another block and outputs a value based on the result of the comparison.
Compare current outcomeCompares the current outcome of the calculator and outputs a value based on the result of the comparison.
Compare numberCompares a static number and outputs a value based on the result of the comparison.
Compare date/timeCompares a date (and time) and outputs a value based on the result of the comparison.
Check selected optionChecks if a certain option is checked (for example from a multiple choice block) and outputs a value based on the result of the comparison.
TEXT FUNCTIONS
Character countCounts the number of characters in a text.
Word countCounts the number of words in a text.
Line countCounts the number of lines in a text.
Count occurrencesCounts the number of occurrences of a certain text or character.
Convert to numberConverts a text value to a number.
CONSTANTS
πSupplies the constant value of π (pi ≈ 3.14159) to the calculator (learn more).
eSupplies the constant value of e (Euler's constant ≈ 2.71828) to the calculator (learn more).
γSupplies the constant value of γ (Euler–Mascheroni constant ≈ 0.57722) to the calculator (learn more).
cSupplies the constant value of c (speed of light = 299792458 m/s) to the calculator (learn more).
Random valueSupplies a random value (0 to less than 1) to the calculator.
UNIX timeSupplies the current UNIX time (seconds since Unix Epoch) to the calculator.
YearSupplies the current year to the calculator.
MonthSupplies the current month (January = 1) to the calculator.
Day of monthSupplies the current day of month (1-31) to the calculator.
Day of weekSupplies the current day of week (Sunday = 0) to the calculator.
HourSupplies the current hour (0-23) to the calculator.
MinuteSupplies the current minute (0-59) to the calculator.
SecondSupplies the current second (0-59) to the calculator.
MillisecondSupplies the current millisecond (0-999) to the calculator.
TimezoneSupplies the current timezone (in milliseconds) to the calculator.

📖 Documentation

Tripetto has practical, extensive documentation. Find everything you need at tripetto.com/sdk/docs/.

🆘 Support

Run into issues or bugs? Report them here.

Need help or assistance? Please go to our support page. We're more than happy to help you.

💳 License

Have a blast. MIT.

✨ Contributors

👋 About us

If you want to learn more about Tripetto or contribute in any way, visit us at tripetto.com.

4.0.6

3 months ago

4.0.3

7 months ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago