float.js:内省 JS 中的浮点数

时间:2024-06-27 22:57:42
【文件属性】:

文件名称:float.js:内省 JS 中的浮点数

文件大小:1KB

文件格式:ZIP

更新时间:2024-06-27 22:57:42

JavaScript

浮动.js 一个小镜像类,用于使用类型化数组内省 JS 数字的位模式。 例子: Math . PI . introspect ( ) . mantissa ; // "1001001000011111101101010100010001000010110100011000" Math . E . introspect ( ) . exponent ; // "10000000000" ( 9.0 ) . introspect ( ) . toBitString ( ) ; // "0100000000100010000000000000000000000000000000000000000000000000" ( - Math . PI ) . introspect ( ) . negative ; // true 在交互式探索。


【文件预览】:
float.js-master
----float.js(1KB)
----README.md(642B)

网友评论