
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
fraction-math-js
Advanced tools
bignumber fraction calculator and node module.
node4.1.1 arguments:
--harmony --harmony_array_includes
npm install fraction-math-js -g
> fcalc
fcalc> (1+1)*2/12
(1+1)*2/12 = 1/3
"use strict"
let F = require('fraction-math-js');
let x=new F("1+2/3*5");//1+2/3*5 = 13/3
let y=new F("1+",x);//1+x = 16/3
let z=new F("+",1,y);//1+y = 19/3
let a=new F(y,z,"+");//y+z = 35/3
console.log(a.toString());//35/3
console.log(a.n.toString());//35
console.log(a.d.toString());//3
let b=new F(a,"+",1.1);//a+1.1 = 383/30
console.log(b.toString());//383/30
//save to sample.js and
> node --harmony --harmony_array_includes sample.js
FAQs
[](https://travis-ci.org/hjiayz/fraction-math-js)
The npm package fraction-math-js receives a total of 19 weekly downloads. As such, fraction-math-js popularity was classified as not popular.
We found that fraction-math-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.