Page MenuHomePhorge

math.js
No OneTemporary

Size
118 B
Referenced Files
None
Subscribers
None
export function add(a, b) {
return a + b;
}
export function mul(a, b) {
return a * b;
}
export const PI = 3.14;

File Metadata

Mime Type
application/javascript
Expires
Fri, Mar 27, 9:54 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
512102
Default Alt Text
math.js (118 B)

Event Timeline