{
	"key": "sin",
	"alias": "",
	"name": "sine",
	"title": "正弦函数",
	"express": "a/c",
	"group": "trigonometric",
	"type": "geometry",
	"func_file": "./index.js",
	"value": {
		"0": "0",
		"30": "1 / 2",
		"45": "sqrt(2)/2",
		"60": "sqrt(3)/2",
		"90": "1",
		"180": "0",
		"270": "-1",
		"360": "0"
	}
}