let adjustedReturnRate = max(penaltyCoefficient, 0.01) /// Минимальное значение
let logBase = log(1 + adjustedReturnRate)/3
let normalizedlogBase = normalize(logBase, max: 2, min: 0.0)
import Foundation
Форматирование числа в нормальный вид
// | |
// ContentView.swift | |
// MapTest | |
// | |
// Created by Denis Kotelnikov on 16.07.2025. | |
// | |
import SwiftUI | |
import MapKit |
// | |
// Created by Denis Kotelnikov on 09.06.2024. | |
// | |
import SwiftUI | |
class Router: ObservableObject { | |
// храним все возможные роуты | |
enum Rotes: Hashable { |
Picture Collage – Add Text to Pics & Photo Editor | |
It helps you collage your multiple photos into a good looking one. | |
This is a must-have photo editing app if you are keen on sharing amazing photos into your social streams. | |
Dozens of regular and irregular layouts are there for you to create cool photo collages. | |
You can choose a cool frame from those designs. | |
Besides, you can add funny colorful captions to better express yourself. | |
You can also use the inserted editor to enhance your photos. | |
There are a set of sepecial effects included: Original, Vivid, Aqua, Strato and many many more. |
hello |