The following should work: ```fsharp let durationMs = 5. / 3. logfi ml $"Duration: %.2f{durationMs}ms" ``` Currently, this blows up with a runtime exception. IIRC, this might actually be impossible to implement at the moment. Will investigate again to verify.