Jump to content

Real constants and functions: Difference between revisions

Add min
(Add min)
Line 1,536:
show x**y; % ** is not a built in: it is defined in the basic macros
% set for Metafont (plain Metafont) as a primarydef</lang>
 
=={{header|min}}==
{{works with|min|0.19.3}}
<lang min>e ; e
pi ; π
sqrt ; square root
log10 ; common logarithm
log2 ; binary logarithm
; no exponential
; no absolute value
floor ; greatest whole number smaller than or equal
ceil ; smallest whole number greater than or equal
trunc ; remove the fractional part (i.e. round towards 0)
round ; round number to nth decimal place
pow ; power</lang>
 
=={{header|МК-61/52}}==
1,827

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.