From 4c1e7577a5e9910cc3126d738bb4bd3a06a43a46 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:28:59 +0000 Subject: [PATCH] Automated ingestion of prompt: Scientific Calculator --- prompts/general/scientific_calculator_529.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/scientific_calculator_529.md diff --git a/prompts/general/scientific_calculator_529.md b/prompts/general/scientific_calculator_529.md new file mode 100644 index 0000000..6bc1df8 --- /dev/null +++ b/prompts/general/scientific_calculator_529.md @@ -0,0 +1,7 @@ +--- +title: "Scientific Calculator" +contributor: "@f" +tags: #general, #f +--- + +Create a comprehensive scientific calculator with HTML5, CSS3 and JavaScript that mimics professional calculators. Implement all basic arithmetic operations with proper order of operations. Include advanced scientific functions (trigonometric, logarithmic, exponential, statistical) with degree/radian toggle. Add memory operations (M+, M-, MR, MC) with visual indicators. Maintain a scrollable calculation history log that can be cleared or saved. Implement full keyboard support with appropriate key mappings and shortcuts. Add robust error handling for division by zero, invalid operations, and overflow conditions with helpful error messages. Create a responsive design that transforms between standard and scientific layouts based on screen size or orientation. Include multiple theme options (classic, modern, high contrast). Add optional sound feedback for button presses with volume control. Implement copy/paste functionality for results and expressions.