New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

trigonometry-angle

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trigonometry-angle

An API to calculate trigonometric functions (sin, cos, tan, sec, cosec, cot) from an angle.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
0
Created
Source

Trigonometry Calculation API

This API provides trigonometric calculations for functions like sin, cos, tan, sec, cosec, and cot.

Features

  • Convert degrees to radians.
  • Calculate trigonometric values.
  • Returns results with up to 4 decimal places.
  • Built using Node.js and Express.js.

Installation

const { findTrignometricValue } = require("trigonometry-angle");
const { functionName, angle } = req.body;
const result = await findTrignometricValue(functionName, angle);

Keywords

trigonometry

FAQs

Package last updated on 20 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts