{"openapi":"3.1.0","info":{"title":"Scientific Calculator","description":"This app performs basic and advanced mathematical calculations including trigonometric functions, logarithms, and other scientific operations with a memory feature for storing values.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/scientific-calculator":{"get":{"operationId":"scientificCalculator","summary":"This app performs basic and advanced mathematical calculations including trigonometric functions, logarithms, and other scientific operations with a memory feature for storing values.","parameters":[{"name":"angle_mode","in":"query","required":false,"description":"Angle mode (DEG vs RAD)","schema":{"type":"boolean","enum":["DEG","RAD"]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}