in reply to TANGENT = %.17g formatting (Re^8:int() function)
in thread int() function
I think the last of those 3 is just shorthand for:%e a floating-point number, in scientific notation %f a floating-point number, in fixed decimal notation %g a floating-point number, in %e or %f notation
Note that "%.*g" will give you scientific notation and "%*g" will give you fixed decimal notation (ie fixed to 6 digits of precision).%g a floating-point number, in scientific notation or fixed decima +l notation
|
|---|