Open Issues Need Help
View All on GitHubAI Summary: This issue is a feature request to add new mathematical operations to the 'All in One Computer Science Calculator'. The request is open-ended, allowing the implementer to choose which operations to add, and emphasizes updating the `index.html` file and adding unit tests. It also notes that this should only be prioritized if no other mathematical operations are left to implement.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a new feature to a calculator application. The feature will convert an integer input into its uppercase hexadecimal representation. This is a straightforward implementation of a common number conversion task, intended for an upcoming customer release.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of square root functionality to a calculator application. When a single number is provided with the operation 'sqrt', the application should calculate and return its square root, including the plus-minus symbol (±) in the output. This feature is a requirement for the next customer release.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a new feature to a calculator application: the ability to compute the natural logarithm (ln) of a single number. The feature requires handling a specific POST request format with 'operation': 'natural_log' and a 'number_1' value, while 'number_2' is optional.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a new feature to a calculator application. The feature will allow users to calculate the base-10 logarithm of a single provided number. This functionality is a requirement for the upcoming customer release.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a factorial calculation feature to a calculator application. The feature should accept a single number as input and return its factorial. This is a new feature required for an upcoming customer release.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of division functionality to a calculator application. The feature should accept two numbers and an 'division' operation type via POST request, returning the calculated result. This is a required feature for the next customer release.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a new feature to a calculator application. The feature will allow users to calculate the logarithm of a number with a custom base, providing an example of input and expected output.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a new feature to a calculator application: converting Celsius to Kelvin. The application should accept a POST request with an "operation" set to "celsius_to_kelvin" and a "number_1" value representing the temperature in Celsius. The output should be the Kelvin equivalent without a degree symbol.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
AI Summary: This issue requests the addition of a new feature to a calculator application: converting Celsius to Fahrenheit. The application should accept a POST request with specific JSON data including the operation type and a Celsius value, and return the converted Fahrenheit value with the "°F" suffix.
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)
Hands on laboratory to create a basic online calculator application that will be deployed to Amazon Web Services (AWS)